mirror of
https://github.com/QYG2297248353/appstore-1panel.git
synced 2024-11-11 13:06:56 +08:00
25 lines
584 B
YAML
25 lines
584 B
YAML
additionalProperties:
|
|
formFields:
|
|
- default: admin
|
|
envKey: OBSIDIAN_LIVESYNC_USER
|
|
labelEn: Username
|
|
labelZh: 用户名
|
|
required: true
|
|
rule: paramCommon
|
|
type: text
|
|
- default: obsidian
|
|
envKey: OBSIDIAN_LIVESYNC_USER_PASSWORD
|
|
labelEn: Password
|
|
labelZh: 密码
|
|
random: true
|
|
required: true
|
|
rule: paramComplexity
|
|
type: password
|
|
- default: 5984
|
|
edit: true
|
|
envKey: PANEL_APP_PORT_HTTP
|
|
labelEn: Port
|
|
labelZh: 端口
|
|
required: true
|
|
rule: paramPort
|
|
type: number |