mirror of
https://github.com/okxlin/appstore.git
synced 2025-07-16 14:22:18 +08:00
38 lines
1.2 KiB
YAML
38 lines
1.2 KiB
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
|
||
- default: https://ai.fakeopen.com
|
||
edit: true
|
||
envKey: API_BASE_URL
|
||
labelEn: OpenAI API interface address
|
||
labelZh: OpenAI API接口地址
|
||
required: true
|
||
type: text
|
||
- default: https://ai.fakeopen.com
|
||
edit: true
|
||
envKey: REVERSE_PROXY
|
||
labelEn: ChatGPT API reverse proxy
|
||
labelZh: ChatGPT API反向代理
|
||
required: true
|
||
type: text |