1
0

feat:优化适配sscms

This commit is contained in:
okxlin
2024-04-25 00:17:45 +08:00
parent 60e6bb3f14
commit 0ea238ad1c
9 changed files with 178 additions and 105 deletions

View File

@@ -40,11 +40,25 @@ additionalProperties:
required: true
rule: paramComplexity
type: password
- default: 8080
- default: 40221
edit: true
envKey: PANEL_APP_PORT_HTTP
labelEn: Port
labelZh: 端口
required: true
rule: paramPort
type: number
type: number
- default: 'e2a3d303-ac9b-41ff-9154-930710af0845'
edit: true
envKey: SSCMS_SECURITY_KEY
labelEn: Communication key (GUID string)
labelZh: 通信密钥 (GUID 字符串)
required: true
type: text
- default: ''
edit: true
envKey: SSCMS_REDIS_CONNECTION_STRING
labelEn: Redis Connection Information (redis:6379,password=123456)
labelZh: Redis 连接信息 (redis:6379,password=123456)
required: false
type: text