1
0
Fork 0
1Panel-Appstore/apps/pandora/latest/data.yml

54 lines
1.5 KiB
YAML
Raw Permalink Normal View History

2024-12-12 21:27:56 +08:00
additionalProperties:
formFields:
- default: 40040
edit: true
envKey: PANEL_APP_PORT_HTTP
labelEn: Port
labelZh: 端口
label:
en: Port
zh: 端口
2024-12-12 21:27:56 +08:00
required: true
rule: paramPort
type: number
- default: ./data
edit: true
envKey: DATA_PATH
labelEn: Data folder path
labelZh: 数据文件夹路径
label:
en: Data folder path
zh: 数据文件夹路径
2024-12-12 21:27:56 +08:00
required: true
type: text
- default: ""
edit: true
envKey: PROXY
labelEn: Specify the proxy in the formatprotocol://user:pass@ip:port.
labelZh: 指定代理格式protocol://user:pass@ip:port。
label:
en: Specify the proxy in the formatprotocol://user:pass@ip:port.
zh: 指定代理格式protocol://user:pass@ip:port。
2024-12-12 21:27:56 +08:00
required: false
type: text
- default: https://ai.fakeopen.com
edit: true
envKey: API_BASE_URL
labelEn: OpenAI API interface address
labelZh: OpenAI API接口地址
label:
en: OpenAI API interface address
zh: OpenAI API接口地址
2024-12-12 21:27:56 +08:00
required: true
type: text
- default: https://ai.fakeopen.com
edit: true
envKey: REVERSE_PROXY
labelEn: ChatGPT API reverse proxy
labelZh: ChatGPT API反向代理
label:
en: ChatGPT API reverse proxy
zh: ChatGPT API反向代理
2024-12-12 21:27:56 +08:00
required: true
type: text