mirror of
https://github.com/QYG2297248353/appstore-1panel.git
synced 2024-11-10 18:06:56 +08:00
40 lines
1007 B
YAML
40 lines
1007 B
YAML
additionalProperties:
|
|
formFields:
|
|
- default: 1188
|
|
edit: true
|
|
envKey: PANEL_APP_PORT_HTTP
|
|
labelZh: API 端口
|
|
labelEn: API Port
|
|
required: true
|
|
rule: paramPort
|
|
type: number
|
|
- default: ""
|
|
edit: true
|
|
envKey: TOKEN
|
|
labelZh: 访问令牌以保护您的 API
|
|
labelEn: Access Token to protect your API
|
|
required: false
|
|
type: text
|
|
- default: ""
|
|
edit: true
|
|
envKey: AUTHKEY
|
|
labelZh: DeepL官方提供的API Auth Key
|
|
labelEn: Official API Auth Key provided by DeepL
|
|
required: false
|
|
type: text
|
|
- default: ""
|
|
edit: true
|
|
envKey: DL_SESSION
|
|
labelZh: DeepL Pro 帐户 dl_session cookie
|
|
labelEn: DeepL Pro account dl_session cookie
|
|
required: false
|
|
type: text
|
|
- default: ""
|
|
edit: true
|
|
envKey: PROXY
|
|
labelZh: http代理服务器地址
|
|
labelEn: http proxy server address
|
|
required: false
|
|
rule: paramExtUrl
|
|
type: text
|