---
This commit is contained in:
Vendored
+19
@@ -0,0 +1,19 @@
|
||||
declare global {
|
||||
namespace NodeJS {
|
||||
interface ProcessEnv {
|
||||
DATABASE_URL: string;
|
||||
REDIS_URL: string;
|
||||
SESSION_SECRET: string;
|
||||
API_PORT: string;
|
||||
FRONTEND_ORIGIN: string;
|
||||
BACKEND_ORIGIN: string;
|
||||
SMTP_HOST: string;
|
||||
SMTP_PORT: string;
|
||||
SMTP_SECURE: string;
|
||||
SMTP_USER: string;
|
||||
SMTP_PASS: string;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
export {}
|
||||
Reference in New Issue
Block a user