mirror of
https://github.com/QYG2297248353/appstore-1panel.git
synced 2024-11-13 15:47:21 +08:00
a5f2e35262
* chore(deps): update oceanbase/oceanbase-ce docker tag to v4.3.0 * 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>
56 lines
1.3 KiB
YAML
56 lines
1.3 KiB
YAML
additionalProperties:
|
||
formFields:
|
||
- default: ''
|
||
edit: true
|
||
envKey: OB_ROOT_PASSWORD
|
||
labelEn: password of sys@root
|
||
labelZh: SYS租户密码
|
||
required: false
|
||
type: password
|
||
- default: 2881
|
||
edit: true
|
||
envKey: PANEL_APP_PORT_HTTP
|
||
labelEn: Port
|
||
labelZh: 端口
|
||
required: true
|
||
rule: paramPort
|
||
type: number
|
||
- default: ''
|
||
edit: true
|
||
envKey: OB_INSTALL_PATH
|
||
labelEn: install_path
|
||
labelZh: 安装目录 (默认为1panel安装目录,需要最少10G空间)
|
||
required: false
|
||
type: text
|
||
- default: 'test'
|
||
edit: true
|
||
envKey: OB_TENANT_NAME
|
||
labelEn: tenant_name
|
||
labelZh: 租户名
|
||
required: true
|
||
rule: paramCommon
|
||
type: text
|
||
- default: 6
|
||
edit: true
|
||
envKey: OB_MEMORY_LIMIT
|
||
labelEn: memory_limit
|
||
labelZh: 内存 (单位:GB)
|
||
required: true
|
||
rule: paramPort
|
||
type: number
|
||
- default: 5
|
||
edit: true
|
||
envKey: OB_DATAFILE_SIZE
|
||
labelEn: datafile_size
|
||
labelZh: 数据文件大小 (单位:GB)
|
||
required: true
|
||
rule: paramPort
|
||
type: number
|
||
- default: 5
|
||
edit: true
|
||
envKey: OB_LOG_DISK_SIZE
|
||
labelEn: log_disk_size
|
||
labelZh: 日志文件大小 (单位:GB)
|
||
required: true
|
||
rule: paramPort
|
||
type: number |