mirror of
https://github.com/QYG2297248353/appstore-1panel.git
synced 2024-11-11 00:26:55 +08:00
140 lines
3.4 KiB
YAML
140 lines
3.4 KiB
YAML
|
additionalProperties:
|
||
|
formFields:
|
||
|
- default: ./data
|
||
|
edit: true
|
||
|
envKey: VOLUME_DIR
|
||
|
labelEn: Data directory
|
||
|
labelZh: 数据目录
|
||
|
required: true
|
||
|
type: text
|
||
|
- default: vYneAbsXUhe4BghEeedNL7nfWLwaTTmhnwQMvjYOIG25Ofzghk
|
||
|
edit: true
|
||
|
envKey: SECRET_KEY
|
||
|
labelEn: Cryptographic signing
|
||
|
labelZh: 加密签名
|
||
|
required: true
|
||
|
type: password
|
||
|
- default: K1ffDfLSIK8SV2PZj6VaxOiv8KuawlJK
|
||
|
edit: true
|
||
|
envKey: BOOTSTRAP_TOKEN
|
||
|
labelEn: Bootstrap token
|
||
|
labelZh: 认证令牌
|
||
|
required: true
|
||
|
type: password
|
||
|
- default: "false"
|
||
|
envKey: DEBUG
|
||
|
labelEn: Debug mode
|
||
|
labelZh: 调试模式
|
||
|
required: true
|
||
|
type: select
|
||
|
values:
|
||
|
- label: 开启
|
||
|
value: "true"
|
||
|
- label: 关闭
|
||
|
value: "false"
|
||
|
- default: "ERROR"
|
||
|
envKey: LOG_LEVEL
|
||
|
labelEn: Log level
|
||
|
labelZh: 日志级别
|
||
|
required: true
|
||
|
type: select
|
||
|
values:
|
||
|
- label: DEBUG
|
||
|
value: "DEBUG"
|
||
|
- label: INFO
|
||
|
value: "INFO"
|
||
|
- label: WARNING
|
||
|
value: "WARNING"
|
||
|
- label: ERROR
|
||
|
value: "ERROR"
|
||
|
- label: CRITICAL
|
||
|
value: "CRITICAL"
|
||
|
- default: jms_mysql
|
||
|
disabled: true
|
||
|
envKey: DB_HOST
|
||
|
labelEn: Database host
|
||
|
labelZh: 数据库主机
|
||
|
type: text
|
||
|
- default: 3306
|
||
|
disabled: true
|
||
|
envKey: DB_PORT
|
||
|
labelEn: Database port
|
||
|
labelZh: 数据库端口
|
||
|
rule: paramPort
|
||
|
type: number
|
||
|
- default: root
|
||
|
disabled: true
|
||
|
envKey: DB_USER
|
||
|
labelEn: Database user
|
||
|
labelZh: 数据库用户
|
||
|
type: text
|
||
|
- default: Np2qgqtiUayA857GpuVI0Wtg
|
||
|
edit: true
|
||
|
envKey: DB_PASSWORD
|
||
|
labelEn: Database password
|
||
|
labelZh: 数据库密码
|
||
|
required: true
|
||
|
type: password
|
||
|
- default: jumpserver
|
||
|
envKey: DB_NAME
|
||
|
labelEn: Database name
|
||
|
labelZh: 数据库名称
|
||
|
required: true
|
||
|
type: text
|
||
|
- default: jms_redis
|
||
|
disabled: true
|
||
|
envKey: REDIS_HOST
|
||
|
labelEn: Redis host
|
||
|
labelZh: Redis 主机
|
||
|
type: text
|
||
|
- default: 6379
|
||
|
disabled: true
|
||
|
envKey: REDIS_PORT
|
||
|
labelEn: Redis port
|
||
|
labelZh: Redis 端口
|
||
|
rule: paramPort
|
||
|
type: number
|
||
|
- default: KoJqlTDu1d5HwfXgJ4QTbZQt
|
||
|
edit: true
|
||
|
envKey: REDIS_PASSWORD
|
||
|
labelEn: Redis password
|
||
|
labelZh: Redis 密码
|
||
|
required: true
|
||
|
type: password
|
||
|
- default: 80
|
||
|
edit: true
|
||
|
envKey: HTTP_PORT
|
||
|
labelEn: JumpServer Web port
|
||
|
labelZh: JumpServer Web 端口
|
||
|
required: true
|
||
|
rule: paramPort
|
||
|
type: number
|
||
|
- default: 2222
|
||
|
edit: true
|
||
|
envKey: SSH_PORT
|
||
|
labelEn: JumpServer SSH port
|
||
|
labelZh: JumpServer SSH 端口
|
||
|
required: true
|
||
|
rule: paramPort
|
||
|
type: number
|
||
|
- default: 33061
|
||
|
edit: true
|
||
|
envKey: MAGNUS_MYSQL_PORT
|
||
|
labelEn: Magnus MySQL port
|
||
|
labelZh: Magnus MySQL 端口
|
||
|
rule: paramPort
|
||
|
type: number
|
||
|
- default: 33062
|
||
|
edit: true
|
||
|
envKey: MAGNUS_MARIADB_PORT
|
||
|
labelEn: Magnus MariaDB port
|
||
|
labelZh: Magnus MariaDB 端口
|
||
|
rule: paramPort
|
||
|
type: number
|
||
|
- default: 63790
|
||
|
edit: true
|
||
|
envKey: MAGNUS_REDIS_PORT
|
||
|
labelEn: Magnus Redis port
|
||
|
labelZh: Magnus Redis 端口
|
||
|
rule: paramPort
|
||
|
type: number
|