mirror of
https://github.com/okxlin/appstore.git
synced 2026-09-23 16:01:01 +00:00
37 lines
786 B
YAML
37 lines
786 B
YAML
additionalProperties:
|
|
formFields:
|
|
- default: 40051
|
|
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: 1688
|
|
edit: true
|
|
envKey: KMS_PORT
|
|
labelEn: KMS Port
|
|
labelZh: KMS端口
|
|
label:
|
|
en: 'KMS Port'
|
|
zh: 'KMS端口'
|
|
zh-Hant: 'KMS 埠'
|
|
ja: 'KMS ポート'
|
|
ko: 'KMS 포트'
|
|
ru: 'Порт KMS'
|
|
ms: 'Port KMS'
|
|
pt-br: 'Porta KMS'
|
|
required: true
|
|
rule: paramPort
|
|
type: number
|