1
0
Fork 0

add uni-api

This commit is contained in:
TGY 2025-03-20 17:05:22 +08:00
parent 7ffb0e2e19
commit 63576ebab1
1 changed files with 3 additions and 6 deletions

View File

@ -6,25 +6,22 @@ additionalProperties:
labelEn: CONFIG_URL labelEn: CONFIG_URL
labelZh: 远程配置文件地址(若配置,则首先拉取远程配置到本地) labelZh: 远程配置文件地址(若配置,则首先拉取远程配置到本地)
required: false required: false
rule: paramCommon
type: text type: text
- default: "./api.yaml" - default: ./api.yaml
edit: true edit: true
envKey: LOCAL_CONFIG_PATH envKey: LOCAL_CONFIG_PATH
labelEn: local config file path labelEn: local config file path
labelZh: 本地配置文件地址 labelZh: 本地配置文件地址
required: true required: true
rule: paramCommon
type: text type: text
- default: "./data" - default: ./data
edit: true edit: true
envKey: DATA_PATH envKey: DATA_PATH
labelEn: uni-api data path labelEn: uni-api data path
labelZh: uni-api数据存储路径 labelZh: uni-api数据存储路径
required: true required: true
rule: paramCommon
type: text type: text
- default: 48000 - default: 38000
edit: true edit: true
envKey: PANEL_APP_PORT_HTTP envKey: PANEL_APP_PORT_HTTP
labelEn: Port labelEn: Port