chore: 准备后端开源安全状态

This commit is contained in:
湛兮
2026-06-12 16:58:42 +08:00
parent 7054908e96
commit 23a75207c6
12 changed files with 104 additions and 88 deletions
-4
View File
@@ -4,10 +4,6 @@ export const SUPER_ADMIN_SEED = {
displayName: '超级管理员',
} as const;
export const SUPER_ADMIN_INITIAL_PASSWORD = 'zx123456@';
export const MEMBER_INITIAL_PASSWORD = '111111';
export const AUTH_COOKIE_NAME = 'devops_auth_token';
export const AUTH_TOKEN_VERSION = 'v1';