파일 위치 이동
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
import 'dotenv/config';
|
||||
import { unwrap } from './util/unwrap.js';
|
||||
import { unwrap } from '@sammo/util';
|
||||
|
||||
export const ownConfig = {
|
||||
export const serverConfig = {
|
||||
sessionSecret: unwrap(process.env.SESSION_SECRET),
|
||||
port: Number(unwrap(process.env.SERVER_PORT)),
|
||||
gatewayHost: unwrap(process.env.GATEWAY_HOST),
|
||||
|
||||
Reference in New Issue
Block a user