1
0
Fork 0
1Panel-Appstore/apps/telegram-bot-api/9.5/data.yml

65 lines
1.6 KiB
YAML

additionalProperties:
formFields:
- default: "./data"
edit: true
envKey: TELEGRAM_BOT_API_ROOT_PATH
labelZh: 数据持久化路径
labelEn: Data persistence path
label:
en: Data persistence path
zh: 数据持久化路径
required: true
type: text
- default: 8082
edit: true
envKey: PANEL_APP_PORT_HTTP
labelZh: API 端口
labelEn: API port
label:
en: API port
zh: API 端口
required: true
rule: paramPort
type: number
- default: 8081
edit: true
envKey: PANEL_APP_PORT_HTTPS
labelZh: API 端口 (HTTPS)
labelEn: API port (HTTPS)
label:
en: API port (HTTPS)
zh: API 端口 (HTTPS)
required: true
rule: paramPort
type: number
- default: ""
edit: true
envKey: TELEGRAM_API_ID
labelZh: Telegram Bot 应用 ID
labelEn: Telegram Bot Application ID
label:
en: Telegram Bot Application ID
zh: Telegram Bot 应用 ID
required: true
type: text
- default: ""
edit: true
envKey: TELEGRAM_API_HASH
labelZh: Telegram Bot 应用 Hash
labelEn: Telegram Bot Application Hash
label:
en: Telegram Bot Application Hash
zh: Telegram Bot 应用 Hash
required: true
type: password
- default: ""
edit: true
envKey: TELEGRAM_PROXY
labelZh: 网络代理
labelEn: Network proxy
label:
en: Network proxy
zh: 网络代理
required: false
type: text