This commit is contained in:
qq
2026-04-21 22:46:32 +08:00
parent c28429b589
commit 573615a21f
7 changed files with 7 additions and 4 deletions
+1
View File
@@ -6,6 +6,7 @@ export declare class AppEnv {
static MYSQL_DATABASE: string;
static MYSQL_USERNAME: string;
static MYSQL_PASSWORD: string;
static TYPEORM_SYNCHRONIZE: boolean;
static MONGO_DB_URI: string;
static REDIS_HOST: string;
static REDIS_PROT: number;