This commit is contained in:
qq
2026-04-22 16:49:33 +08:00
parent bdb0f1e254
commit 7e3194652a
7 changed files with 11 additions and 3 deletions
+1
View File
@@ -1,6 +1,7 @@
export declare class AppEnv {
static SERVER_PROT: number;
static STATIC_DIR: string;
static IS_TEST: boolean;
static MYSQL_HOST: string;
static MYSQL_PROT: number;
static MYSQL_DATABASE: string;