이전 util 이전
This commit is contained in:
Vendored
+4
-1
@@ -1,9 +1,12 @@
|
||||
declare namespace NodeJS {
|
||||
interface ProcessEnv {
|
||||
NODE_ENV: 'development' | 'production';
|
||||
GAME_DB_SERVER: string;
|
||||
GAME_DB_HOST: string;
|
||||
GAME_DB_DATABASE: string;
|
||||
GAME_DB_PORT: string;
|
||||
GAME_DB_USER: string;
|
||||
GAME_DB_PASSWORD: string;
|
||||
SERVER_PORT: string; //숫자
|
||||
SESSION_SECRET: string; //길게
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user