From e3bf629957a184f0820e2577930419d6426d7595 Mon Sep 17 00:00:00 2001 From: BrightChing Date: Fri, 15 Nov 2024 16:00:16 +0800 Subject: [PATCH] =?UTF-8?q?refactor(activemq):=20=E7=AE=80=E5=8C=96data.ym?= =?UTF-8?q?l=E9=85=8D=E7=BD=AE=EF=BC=8C=E7=A7=BB=E9=99=A4=E5=86=97?= =?UTF-8?q?=E4=BD=99=E5=AD=97=E6=AE=B5?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- apps/activemq/1.0.0/data.yml | 138 +---------------------------------- 1 file changed, 1 insertion(+), 137 deletions(-) diff --git a/apps/activemq/1.0.0/data.yml b/apps/activemq/1.0.0/data.yml index 21ea779..f3e8681 100644 --- a/apps/activemq/1.0.0/data.yml +++ b/apps/activemq/1.0.0/data.yml @@ -1,17 +1,5 @@ additionalProperties: formFields: - - default: "true" - edit: true - envKey: NACOS_AUTH_ENABLE - labelEn: Enable Authentication - labelZh: 开启鉴权 - required: true - type: select - values: - - label: 开启 - value: "true" - - label: 关闭 - value: "false" - default: 61616 edit: true envKey: PANEL_APP_PORT_HTTP @@ -27,128 +15,4 @@ additionalProperties: labelZh: Nacos 通讯端口 required: true rule: paramPort - type: number - - default: "serverIdentity" - edit: true - envKey: NACOS_AUTH_IDENTITY_KEY - labelEn: Nacos auth identity key - labelZh: Nacos身份验证密钥键 - required: true - type: text - - default: "security" - edit: true - envKey: NACOS_AUTH_IDENTITY_VALUE - labelEn: Nacos auth identity value - labelZh: Nacos身份验证密钥值 - required: true - type: text - - default: "SecretKey012345678901234567890123456789012345678901234567890123456789" - edit: true - envKey: NACOS_AUTH_TOKEN - labelEn: Nacos auth token - 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 - labelEn: IP can be specified in multi network card mode - labelZh: 多网卡模式下可以指定IP - required: false - type: text - - default: "2g" - edit: true - envKey: JVM_XMS - labelEn: JVM_XMS - labelZh: JVM_XMS - required: true - type: text - - default: "2g" - edit: true - envKey: JVM_XMX - labelEn: JVM_XMX - labelZh: JVM_XMX - required: true - type: text - - default: "1g" - edit: true - envKey: JVM_XMN - labelEn: JVM_XMN - labelZh: JVM_XMN - required: true - type: text - - default: "128m" - edit: true - envKey: JVM_MS - labelEn: JVM_MS - labelZh: JVM_MS - required: true - type: text - - default: "320m" - edit: true - envKey: JVM_MMS - labelEn: JVM_MMS - labelZh: JVM_MMS - required: true - type: text + type: number \ No newline at end of file