1
0
1Panel-Appstore/apps/sqlitebrowser/latest/data.yml

67 lines
1.5 KiB
YAML
Raw Normal View History

2024-12-12 21:27:56 +08:00
additionalProperties:
formFields:
- default: 40210
edit: true
envKey: PANEL_APP_PORT_HTTP
labelEn: HTTP Port
labelZh: HTTP 端口
label:
en: HTTP Port
zh: HTTP 端口
2024-12-12 21:27:56 +08:00
required: true
rule: paramPort
type: number
- default: 40211
edit: true
envKey: PANEL_APP_PORT_HTTPS
labelEn: HTTPS Port
labelZh: HTTPS 端口
label:
en: HTTPS Port
zh: HTTPS 端口
2024-12-12 21:27:56 +08:00
required: true
rule: paramPort
type: number
- default: ./data
edit: true
envKey: DATA_PATH
labelEn: Data folder path
labelZh: 数据文件夹路径
label:
en: Data folder path
zh: 数据文件夹路径
2024-12-12 21:27:56 +08:00
required: true
type: text
- default: Asia/Shanghai
edit: true
envKey: TIME_ZONE
labelEn: Time zone
labelZh: 时区
label:
en: Time zone
zh: 时区
2024-12-12 21:27:56 +08:00
required: true
type: text
- default: user
edit: true
envKey: HTTP_USER
labelEn: http auth user
labelZh: HTTP 用户
label:
en: http auth user
zh: HTTP 用户
2024-12-12 21:27:56 +08:00
required: true
type: text
- default: sqlitebrowser
edit: true
envKey: HTTP_PWD
labelEn: http auth password
labelZh: HTTP 密码
label:
en: http auth password
zh: HTTP 密码
2024-12-12 21:27:56 +08:00
random: true
required: true
rule: paramComplexity
type: password