mirror of
https://github.com/okxlin/appstore.git
synced 2026-09-22 16:00:58 +00:00
52 lines
1.2 KiB
YAML
52 lines
1.2 KiB
YAML
additionalProperties:
|
|
formFields:
|
|
- default: "40304"
|
|
edit: true
|
|
envKey: PANEL_APP_PORT_HTTP
|
|
labelEn: Port
|
|
labelZh: 端口
|
|
label:
|
|
en: 'Port'
|
|
zh: '端口'
|
|
zh-Hant: '埠'
|
|
ja: 'ポート'
|
|
ko: '포트'
|
|
ru: 'Порт'
|
|
ms: 'Port'
|
|
pt-br: 'Porta'
|
|
required: true
|
|
rule: paramPort
|
|
type: number
|
|
- default: "./data/data"
|
|
edit: true
|
|
envKey: DATA_PATH
|
|
labelEn: Data Path
|
|
labelZh: 数据路径
|
|
label:
|
|
en: 'Data Path'
|
|
zh: '数据路径'
|
|
zh-Hant: '資料路徑'
|
|
ja: 'データパス'
|
|
ko: '데이터 경로'
|
|
ru: 'Путь к данным'
|
|
ms: 'Laluan data'
|
|
pt-br: 'Caminho de dados'
|
|
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 路径'
|
|
zh-Hant: 'Index.php 路徑'
|
|
ja: 'Index.php パス'
|
|
ko: 'Index.php 경로'
|
|
ru: 'Путь к Index.php'
|
|
ms: 'Laluan Index.php'
|
|
pt-br: 'Caminho do Index.php'
|
|
required: true
|
|
type: text
|