Fix Seeder Image, Menu Landing Page - Desa
This commit is contained in:
7
types/env.d.ts
vendored
7
types/env.d.ts
vendored
@@ -1,10 +1,15 @@
|
||||
declare namespace NodeJS {
|
||||
interface ProcessEnv {
|
||||
DATABASE_URL?: string;
|
||||
SEAFILE_TOKEN?: string;
|
||||
SEAFILE_REPO_ID?: string;
|
||||
WIBU_UPLOAD_DIR?: string;
|
||||
WIBU_DOWNLOAD_DIR?: string;
|
||||
EMAIL_USER?: string;
|
||||
EMAIL_PASS?: string;
|
||||
NEXT_PUBLIC_BASE_URL?: string;
|
||||
NEXTAUTH_SECRET?: string;
|
||||
NEXTAUTH_URL?: string;
|
||||
WIBU_DOWNLOAD_DIR?: string;
|
||||
SEAFILE_URL?: string;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user