파일 위치 이동

This commit is contained in:
2023-09-23 14:21:21 +00:00
parent 438df6cd3c
commit 4e629e0b1e
42 changed files with 206 additions and 781 deletions
+2 -2
View File
@@ -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),