feat: 支持登录、个人信息存储
This commit is contained in:
@@ -33,6 +33,15 @@ class EnvironmentVariables {
|
||||
|
||||
@IsString()
|
||||
DB_DATABASE: string = 'meme_mind';
|
||||
|
||||
@IsString()
|
||||
WX_APPID: string = '';
|
||||
|
||||
@IsString()
|
||||
WX_SECRET: string = '';
|
||||
|
||||
@IsString()
|
||||
JWT_SECRET: string = 'default_jwt_secret_change_me';
|
||||
}
|
||||
|
||||
export function validateEnvironment(
|
||||
|
||||
Reference in New Issue
Block a user