mirror of
https://github.com/arch3rPro/1Panel-Appstore.git
synced 2026-04-17 17:57:11 +08:00
31 lines
855 B
YAML
31 lines
855 B
YAML
additionalProperties:
|
|
formFields:
|
|
- default: 7789
|
|
edit: true
|
|
envKey: PANEL_APP_PORT_HTTP
|
|
labelEn: Port
|
|
labelZh: 管理端口
|
|
required: true
|
|
rule: paramPort
|
|
type: number
|
|
- default: ./ani-rss-config
|
|
edit: true
|
|
envKey: ANI_RSS_CONF_PATH
|
|
labelEn: Config Path
|
|
labelZh: 配置目录
|
|
required: true
|
|
type: string
|
|
- default: ./downloads
|
|
edit: true
|
|
envKey: ANI_RSS_DOWNLOAD_PATH
|
|
labelEn: Download Path
|
|
labelZh: 下载目录
|
|
required: true
|
|
type: string
|
|
- default: ./media
|
|
edit: true
|
|
envKey: ANI_RSS_MEDIA_PATH
|
|
labelEn: Media Path
|
|
labelZh: 媒体目录
|
|
required: true
|
|
type: string |