修改 nacos
This commit is contained in:
parent
c5bfe66300
commit
afeba12d50
|
@ -48,6 +48,67 @@ additionalProperties:
|
|||
labelZh: Nacos身份验证令牌
|
||||
required: true
|
||||
type: text
|
||||
- default: "mysql"
|
||||
edit: true
|
||||
envKey: SPRING_DATASOURCE_PLATFORM
|
||||
labelEn: SPRING_DATASOURCE_PLATFORM
|
||||
labelZh: Nacos使用数据库类型
|
||||
required: true
|
||||
type: select
|
||||
values:
|
||||
- label: MYSQL
|
||||
value: "mysql"
|
||||
- label: SQLSERVER
|
||||
value: "sqlserver"
|
||||
- label: ORACLE
|
||||
value: "oracle"
|
||||
- label: POSTGRESQL
|
||||
value: "postgresql"
|
||||
- label: H2
|
||||
value: "h2"
|
||||
- label: HSQL
|
||||
value: "hsql"
|
||||
- label: DERBY
|
||||
value: "derby"
|
||||
- label: DB2
|
||||
value: "db2"
|
||||
- label: SQLITE
|
||||
value: "sqlite"
|
||||
- default: 10.2.2.12
|
||||
edit: true
|
||||
envKey: MYSQL_SERVICE_HOST
|
||||
labelEn: Nacos mysql host
|
||||
labelZh: Nacos mysql 主机地址
|
||||
required: true
|
||||
type: text
|
||||
- default: 3306
|
||||
edit: true
|
||||
envKey: MYSQL_SERVICE_PORT
|
||||
labelEn: Nacos mysql port
|
||||
labelZh: Nacos mysql 端口
|
||||
required: true
|
||||
type: number
|
||||
- default: "nacos"
|
||||
edit: true
|
||||
envKey: MYSQL_SERVICE_DB_NAME
|
||||
labelEn: Nacos mysql database name
|
||||
labelZh: Nacos mysql 数据库名称
|
||||
required: true
|
||||
type: text
|
||||
- default: "root"
|
||||
edit: true
|
||||
envKey: MYSQL_SERVICE_USER
|
||||
labelEn: Nacos mysql username
|
||||
labelZh: Nacos mysql 用户名
|
||||
required: true
|
||||
type: text
|
||||
- default: "123456"
|
||||
edit: true
|
||||
envKey: MYSQL_SERVICE_PASSWORD
|
||||
labelEn: Nacos mysql password
|
||||
labelZh: Nacos mysql 密码
|
||||
required: true
|
||||
type: text
|
||||
- default: ""
|
||||
edit: true
|
||||
envKey: NACOS_SERVER_IP
|
||||
|
|
Loading…
Reference in New Issue