mirror of
https://github.com/okxlin/appstore.git
synced 2026-03-04 15:58:03 +08:00
24 lines
738 B
YAML
24 lines
738 B
YAML
additionalProperties:
|
||
formFields:
|
||
- default: 40040
|
||
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: ''
|
||
edit: true
|
||
envKey: PROXY
|
||
labelEn: Specify the proxy in the format:protocol://user:pass@ip:port.
|
||
labelZh: 指定代理,格式:protocol://user:pass@ip:port。
|
||
required: false
|
||
type: text |