mirror of
https://github.com/okxlin/appstore.git
synced 2026-09-25 00:01:02 +00:00
36 lines
873 B
YAML
36 lines
873 B
YAML
additionalProperties:
|
|
formFields:
|
|
- default: 127.0.0.1
|
|
edit: true
|
|
envKey: PANEL_APP_BIND_ADDRESS
|
|
labelEn: Bind Address
|
|
labelZh: 绑定地址
|
|
label:
|
|
en: Bind Address
|
|
zh: 绑定地址
|
|
zh-Hant: 綁定位址
|
|
ja: バインドアドレス
|
|
ko: 바인드 주소
|
|
ru: Адрес привязки
|
|
ms: Alamat ikatan
|
|
pt-br: Endereco de vinculacao
|
|
required: true
|
|
type: text
|
|
- default: 8080
|
|
edit: true
|
|
envKey: PANEL_APP_PORT_HTTP
|
|
labelEn: HTTP Port
|
|
labelZh: HTTP 端口
|
|
label:
|
|
en: HTTP Port
|
|
zh: HTTP 端口
|
|
zh-Hant: HTTP 連接埠
|
|
ja: HTTP ポート
|
|
ko: HTTP 포트
|
|
ru: Порт HTTP
|
|
ms: Port HTTP
|
|
pt-br: Porta HTTP
|
|
required: true
|
|
rule: paramPort
|
|
type: number
|