功能优化

This commit is contained in:
2026-02-01 17:32:47 +08:00
parent 97b1fe9a53
commit a30ebf8a52
4 changed files with 15 additions and 7 deletions

View File

@@ -15,7 +15,7 @@ const COMPRESSION_THRESHOLD = 1024
// 环境变量默认值
const DEFAULT_ENV_VALUES = {
DEV_TOKEN: '',
TENANT_ID: '1',
TENANT_ID: '',
API_TARGET: 'http://localhost:9900',
}