51 lines
1.4 KiB
YAML
51 lines
1.4 KiB
YAML
|
|
additionalProperties:
|
||
|
|
formFields:
|
||
|
|
- default: 40053
|
||
|
|
edit: true
|
||
|
|
envKey: PANEL_APP_PORT_HTTP
|
||
|
|
labelEn: Port
|
||
|
|
labelZh: 端口
|
||
|
|
required: true
|
||
|
|
rule: paramPort
|
||
|
|
type: number
|
||
|
|
- default: ./data
|
||
|
|
edit: true
|
||
|
|
envKey: DATA_PATH
|
||
|
|
labelEn: Data folder path
|
||
|
|
labelZh: 数据文件夹路径
|
||
|
|
required: true
|
||
|
|
type: text
|
||
|
|
- default: 50
|
||
|
|
edit: true
|
||
|
|
envKey: USER_LIMIT
|
||
|
|
labelEn: User limit
|
||
|
|
labelZh: 用户数量限制
|
||
|
|
required: true
|
||
|
|
rule: paramCommon
|
||
|
|
type: number
|
||
|
|
- default: 200
|
||
|
|
edit: true
|
||
|
|
envKey: BOOK_LIMIT
|
||
|
|
labelEn: Book limit
|
||
|
|
labelZh: 书本数量限制
|
||
|
|
required: true
|
||
|
|
rule: paramCommon
|
||
|
|
type: number
|
||
|
|
- default: "reader"
|
||
|
|
edit: true
|
||
|
|
envKey: PASSWORD
|
||
|
|
labelEn: Admin Password
|
||
|
|
labelZh: 管理员密码
|
||
|
|
random: true
|
||
|
|
required: true
|
||
|
|
rule: paramCommon
|
||
|
|
type: text
|
||
|
|
- default: ""
|
||
|
|
edit: true
|
||
|
|
envKey: INVITE_CODE
|
||
|
|
labelEn: Invitation code
|
||
|
|
labelZh: 邀请码
|
||
|
|
random: true
|
||
|
|
required: true
|
||
|
|
rule: paramCommon
|
||
|
|
type: text
|