1
0
1Panel-Appstore/apps/tinyfilemanager/master/data.yml

34 lines
737 B
YAML
Raw Normal View History

2024-10-13 17:11:07 +08:00
additionalProperties:
formFields:
- default: "40304"
edit: true
envKey: PANEL_APP_PORT_HTTP
labelEn: Port
labelZh: 端口
label:
en: Port
zh: 端口
2024-10-13 17:11:07 +08:00
required: true
rule: paramPort
type: number
- default: "./data/data"
edit: true
envKey: DATA_PATH
labelEn: Data Path
labelZh: 数据路径
label:
en: Data Path
zh: 数据路径
2024-10-13 17:11:07 +08:00
required: true
type: text
- default: "./data/index.php"
disabled: true
envKey: INDEX_PHP_PATH
labelEn: Index.php Path
labelZh: Index.php 路径
label:
en: Index.php Path
zh: Index.php 路径
2024-10-13 17:11:07 +08:00
required: true
type: text