mirror of
https://github.com/QYG2297248353/appstore-1panel.git
synced 2025-02-14 08:40:30 +08:00
* chore(deps): update justsong/one-api docker tag to v0.5.11 * Update app version [skip ci] --------- Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: github-action update-app-version <githubaction@githubaction.com>
24 lines
500 B
YAML
24 lines
500 B
YAML
additionalProperties:
|
|
formFields:
|
|
- default: 3000
|
|
edit: true
|
|
envKey: PANEL_APP_PORT_HTTP
|
|
labelEn: Port
|
|
labelZh: 端口
|
|
required: true
|
|
rule: paramPort
|
|
type: number
|
|
- default: Asia/Shanghai
|
|
edit: true
|
|
envKey: TZ
|
|
labelEn: Time Zone
|
|
labelZh: 时区
|
|
required: true
|
|
type: text
|
|
- default: ''
|
|
edit: true
|
|
envKey: SQL_DSN
|
|
labelEn: SQL_DSN
|
|
labelZh: SQL_DSN
|
|
required: false
|
|
type: text |