enforced authentication for APIs, vite .env configuration for auth & jobs
This commit is contained in:
9
server-node/declarations/ProcessEnv.d.ts
vendored
Normal file
9
server-node/declarations/ProcessEnv.d.ts
vendored
Normal file
@@ -0,0 +1,9 @@
|
||||
declare namespace NodeJS {
|
||||
export interface ProcessEnv {
|
||||
JOBS_ENABLED: "True" | "False",
|
||||
JOBS_DIR: string,
|
||||
AUTH_ENABLED: "True" | "False",
|
||||
AUTH_SESSION_SECRET: string,
|
||||
SEQUELIZE_LOGGING: "True" | "False"
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user