From bed1d7a4b452307fb6486efe3b60785559b4106d Mon Sep 17 00:00:00 2001 From: wanghe-fit2cloud Date: Tue, 25 Mar 2025 17:04:59 +0800 Subject: [PATCH] feat: Optimize database-related password rules --- affine/stable/data.yml | 1 - casdoor/1.869.0/data.yml | 1 - dataease/1.18.27/data.yml | 1 - dataease/2.10.6/data.yml | 1 - discourse/3.4.1/data.yml | 1 - dvwa/latest/data.yml | 1 - elasticsearch/7.17.28/data.yml | 1 - elasticsearch/8.17.3/data.yml | 1 - emlog/pro-latest-php7.4-apache/data.yml | 1 - firefly-iii/6.2.7/data.yml | 1 - flarum/1.8.9/data.yml | 1 - gitea/23.5.1/data.yml | 1 - halo/2.20.18/data.yml | 1 - jumpserver/3.10.12/data.yml | 2 -- jumpserver/4.6.0/data.yml | 2 -- koishi/1.15.0/data.yml | 1 - logto/1.25.0/data.yml | 1 - mariadb/10.11.11/data.yml | 1 - mariadb/11.4.5/data.yml | 1 - mariadb/11.6.2/data.yml | 1 - metabase/0.53.7/data.yml | 1 - mongo-express/1.0.2-20/data.yml | 1 - mongodb/6.0.21/data.yml | 1 - mongodb/7.0.17/data.yml | 1 - mysql/5.6.51/data.yml | 1 - mysql/5.7.44/data.yml | 1 - mysql/8.0.41/data.yml | 1 - mysql/8.4.4/data.yml | 1 - nocobase/1.6.9/data.yml | 1 - nocodb/0.262.4/data.yml | 1 - one-api/0.6.10/data.yml | 1 - photoprism/250321-ce/data.yml | 1 - planka/1.25.1/data.yml | 1 - postgresql/12.22-alpine/data.yml | 1 - postgresql/13.20-alpine/data.yml | 1 - postgresql/14.17-alpine/data.yml | 1 - postgresql/15.12-alpine/data.yml | 1 - postgresql/16.8-alpine/data.yml | 1 - postgresql/17.4-alpine/data.yml | 1 - redis-commander/latest/data.yml | 1 - redis/6.2.17/data.yml | 1 - redis/7.4.2/data.yml | 1 - roundcube/1.6.10-apache/data.yml | 1 - sonarqube/10.7.0-community/data.yml | 1 - sonarqube/9.9.8-community/data.yml | 1 - tailchat/1.11.10/data.yml | 1 - teamspeak/3.13.7/data.yml | 1 - typecho/1.2.1-php8.0-apache/data.yml | 1 - umami/2.17.0/data.yml | 1 - wikijs/2.5.306/data.yml | 1 - wordpress/6.7.2/data.yml | 1 - yourls/1.9.2/data.yml | 1 - 52 files changed, 54 deletions(-) diff --git a/affine/stable/data.yml b/affine/stable/data.yml index 41d1043dbe..dda860ea0e 100644 --- a/affine/stable/data.yml +++ b/affine/stable/data.yml @@ -120,7 +120,6 @@ additionalProperties: labelZh: 数据库用户密码 random: true required: true - rule: paramComplexity type: password label: en: Password diff --git a/casdoor/1.869.0/data.yml b/casdoor/1.869.0/data.yml index 369410d933..0457162e7a 100644 --- a/casdoor/1.869.0/data.yml +++ b/casdoor/1.869.0/data.yml @@ -108,7 +108,6 @@ additionalProperties: labelZh: 数据库用户密码 random: true required: true - rule: paramComplexity type: password label: en: DBPassword diff --git a/dataease/1.18.27/data.yml b/dataease/1.18.27/data.yml index bb087a7647..5fc8977d5b 100755 --- a/dataease/1.18.27/data.yml +++ b/dataease/1.18.27/data.yml @@ -29,7 +29,6 @@ additionalProperties: labelZh: 数据库用户密码 random: true required: true - rule: paramComplexity type: password - default: admin disabled: true diff --git a/dataease/2.10.6/data.yml b/dataease/2.10.6/data.yml index 2780488109..48f5711e62 100755 --- a/dataease/2.10.6/data.yml +++ b/dataease/2.10.6/data.yml @@ -29,7 +29,6 @@ additionalProperties: labelZh: 数据库用户密码 random: true required: true - rule: paramComplexity type: password - default: admin disabled: true diff --git a/discourse/3.4.1/data.yml b/discourse/3.4.1/data.yml index 92bc76c9f8..b88a277a2b 100644 --- a/discourse/3.4.1/data.yml +++ b/discourse/3.4.1/data.yml @@ -146,7 +146,6 @@ additionalProperties: zh-Hant: 數據庫用戶密碼 random: true required: true - rule: paramComplexity type: password - default: "" envKey: PANEL_REDIS_HOST diff --git a/dvwa/latest/data.yml b/dvwa/latest/data.yml index f1140a4e8c..0e95b034b9 100644 --- a/dvwa/latest/data.yml +++ b/dvwa/latest/data.yml @@ -74,7 +74,6 @@ additionalProperties: zh-Hant: 數據庫用戶密碼 random: true required: true - rule: paramComplexity type: password - default: "low" envKey: DVWA_SECURITY_LEVEL diff --git a/elasticsearch/7.17.28/data.yml b/elasticsearch/7.17.28/data.yml index 7c6a885614..c32f690c4a 100644 --- a/elasticsearch/7.17.28/data.yml +++ b/elasticsearch/7.17.28/data.yml @@ -54,7 +54,6 @@ additionalProperties: zh-Hant: 密碼 random: true required: true - rule: paramComplexity type: password - default: "ES_JAVA_OPTS=-Xlog:disable -Xlog:gc=debug:stderr -Xms512m -Xmx512m" edit: true diff --git a/elasticsearch/8.17.3/data.yml b/elasticsearch/8.17.3/data.yml index 7c6a885614..c32f690c4a 100644 --- a/elasticsearch/8.17.3/data.yml +++ b/elasticsearch/8.17.3/data.yml @@ -54,7 +54,6 @@ additionalProperties: zh-Hant: 密碼 random: true required: true - rule: paramComplexity type: password - default: "ES_JAVA_OPTS=-Xlog:disable -Xlog:gc=debug:stderr -Xms512m -Xmx512m" edit: true diff --git a/emlog/pro-latest-php7.4-apache/data.yml b/emlog/pro-latest-php7.4-apache/data.yml index 4018f58d17..60ed41c259 100755 --- a/emlog/pro-latest-php7.4-apache/data.yml +++ b/emlog/pro-latest-php7.4-apache/data.yml @@ -38,7 +38,6 @@ additionalProperties: labelZh: 数据库用户密码 random: true required: true - rule: paramComplexity type: password - default: 8080 edit: true diff --git a/firefly-iii/6.2.7/data.yml b/firefly-iii/6.2.7/data.yml index 6a20a3b8d4..4b40564d15 100644 --- a/firefly-iii/6.2.7/data.yml +++ b/firefly-iii/6.2.7/data.yml @@ -89,7 +89,6 @@ additionalProperties: zh-Hant: 數據庫用戶密碼 random: true required: true - rule: paramComplexity type: password - default: 8080 envKey: PANEL_APP_PORT_HTTP diff --git a/flarum/1.8.9/data.yml b/flarum/1.8.9/data.yml index 0b7c38cadb..c1a6306c68 100755 --- a/flarum/1.8.9/data.yml +++ b/flarum/1.8.9/data.yml @@ -74,7 +74,6 @@ additionalProperties: zh-Hant: 數據庫用戶密碼 random: true required: true - rule: paramComplexity type: password - default: flarum_ envKey: PANEL_DB_PREFIX diff --git a/gitea/23.5.1/data.yml b/gitea/23.5.1/data.yml index 1db7946732..82344eae70 100755 --- a/gitea/23.5.1/data.yml +++ b/gitea/23.5.1/data.yml @@ -63,7 +63,6 @@ additionalProperties: envKey: PANEL_DB_USER_PASSWORD random: true required: true - rule: paramComplexity type: password labelEn: Database Password labelZh: 数据库密码 diff --git a/halo/2.20.18/data.yml b/halo/2.20.18/data.yml index 980fbb1dbd..522309d49c 100644 --- a/halo/2.20.18/data.yml +++ b/halo/2.20.18/data.yml @@ -40,7 +40,6 @@ additionalProperties: labelZh: 数据库用户密码 random: true required: true - rule: paramComplexity type: password - default: http://localhost:8090 edit: true diff --git a/jumpserver/3.10.12/data.yml b/jumpserver/3.10.12/data.yml index e2d80f6458..f8ab8338bf 100644 --- a/jumpserver/3.10.12/data.yml +++ b/jumpserver/3.10.12/data.yml @@ -143,7 +143,6 @@ additionalProperties: labelZh: 数据库密码 random: true required: true - rule: paramComplexity type: password label: en: Database Password @@ -177,7 +176,6 @@ additionalProperties: labelEn: Redis service Password labelZh: Redis 服务密码 required: true - rule: paramCommon type: password label: en: Redis service password diff --git a/jumpserver/4.6.0/data.yml b/jumpserver/4.6.0/data.yml index a330f6a2a8..64aed4d09a 100644 --- a/jumpserver/4.6.0/data.yml +++ b/jumpserver/4.6.0/data.yml @@ -145,7 +145,6 @@ additionalProperties: labelZh: 数据库用户密码 random: true required: true - rule: paramComplexity type: password label: en: Database Password @@ -179,7 +178,6 @@ additionalProperties: labelEn: Redis service password labelZh: Redis 服务密码 required: true - rule: paramCommon type: password label: en: Redis service password diff --git a/koishi/1.15.0/data.yml b/koishi/1.15.0/data.yml index 177cb36e36..ac671ff78b 100644 --- a/koishi/1.15.0/data.yml +++ b/koishi/1.15.0/data.yml @@ -39,7 +39,6 @@ additionalProperties: #固定参数 labelZh: 数据库用户密码 random: true required: true - rule: paramComplexity type: password - default: 5140 edit: true diff --git a/logto/1.25.0/data.yml b/logto/1.25.0/data.yml index 1856d6e33f..dd29876cd3 100644 --- a/logto/1.25.0/data.yml +++ b/logto/1.25.0/data.yml @@ -72,7 +72,6 @@ additionalProperties: zh-Hant: 數據庫用戶密碼 random: true required: true - rule: paramComplexity type: password - default: 3001 envKey: PANEL_APP_PORT_HTTP_LOGTO diff --git a/mariadb/10.11.11/data.yml b/mariadb/10.11.11/data.yml index 214f11f70d..6f952e6abe 100644 --- a/mariadb/10.11.11/data.yml +++ b/mariadb/10.11.11/data.yml @@ -6,7 +6,6 @@ additionalProperties: labelZh: root用户密码 random: true required: true - rule: paramComplexity type: password label: en: Root Password diff --git a/mariadb/11.4.5/data.yml b/mariadb/11.4.5/data.yml index db374fdcd4..02bae38f7a 100644 --- a/mariadb/11.4.5/data.yml +++ b/mariadb/11.4.5/data.yml @@ -6,7 +6,6 @@ additionalProperties: labelZh: root用户密码 random: true required: true - rule: paramComplexity type: password label: en: Root Password diff --git a/mariadb/11.6.2/data.yml b/mariadb/11.6.2/data.yml index db374fdcd4..02bae38f7a 100644 --- a/mariadb/11.6.2/data.yml +++ b/mariadb/11.6.2/data.yml @@ -6,7 +6,6 @@ additionalProperties: labelZh: root用户密码 random: true required: true - rule: paramComplexity type: password label: en: Root Password diff --git a/metabase/0.53.7/data.yml b/metabase/0.53.7/data.yml index 4c87332e70..ed9c654cbe 100755 --- a/metabase/0.53.7/data.yml +++ b/metabase/0.53.7/data.yml @@ -56,7 +56,6 @@ additionalProperties: labelZh: 数据库用户密码 random: true required: true - rule: paramComplexity type: password label: en: Database Password diff --git a/mongo-express/1.0.2-20/data.yml b/mongo-express/1.0.2-20/data.yml index 1a589f2c8e..ec49e9bfef 100755 --- a/mongo-express/1.0.2-20/data.yml +++ b/mongo-express/1.0.2-20/data.yml @@ -66,7 +66,6 @@ additionalProperties: zh-hant: 資料庫密碼 zh: 数据库密码 required: true - rule: paramCommon type: password - default: "mongo-express" edit: true diff --git a/mongodb/6.0.21/data.yml b/mongodb/6.0.21/data.yml index b5dbed45fd..ed5b70a4f7 100755 --- a/mongodb/6.0.21/data.yml +++ b/mongodb/6.0.21/data.yml @@ -23,7 +23,6 @@ additionalProperties: labelZh: 用户密码 random: true required: true - rule: paramComplexity type: password label: en: Password diff --git a/mongodb/7.0.17/data.yml b/mongodb/7.0.17/data.yml index b5dbed45fd..ed5b70a4f7 100755 --- a/mongodb/7.0.17/data.yml +++ b/mongodb/7.0.17/data.yml @@ -23,7 +23,6 @@ additionalProperties: labelZh: 用户密码 random: true required: true - rule: paramComplexity type: password label: en: Password diff --git a/mysql/5.6.51/data.yml b/mysql/5.6.51/data.yml index 6e8dbb4b03..510c93edc4 100755 --- a/mysql/5.6.51/data.yml +++ b/mysql/5.6.51/data.yml @@ -6,7 +6,6 @@ additionalProperties: labelZh: root用户密码 random: true required: true - rule: paramComplexity type: password label: en: Root Password diff --git a/mysql/5.7.44/data.yml b/mysql/5.7.44/data.yml index 111c8bb17c..ede1da18b7 100755 --- a/mysql/5.7.44/data.yml +++ b/mysql/5.7.44/data.yml @@ -6,7 +6,6 @@ additionalProperties: labelZh: root用户密码 random: true required: true - rule: paramComplexity type: password label: en: Root Password diff --git a/mysql/8.0.41/data.yml b/mysql/8.0.41/data.yml index 111c8bb17c..ede1da18b7 100755 --- a/mysql/8.0.41/data.yml +++ b/mysql/8.0.41/data.yml @@ -6,7 +6,6 @@ additionalProperties: labelZh: root用户密码 random: true required: true - rule: paramComplexity type: password label: en: Root Password diff --git a/mysql/8.4.4/data.yml b/mysql/8.4.4/data.yml index 111c8bb17c..ede1da18b7 100755 --- a/mysql/8.4.4/data.yml +++ b/mysql/8.4.4/data.yml @@ -6,7 +6,6 @@ additionalProperties: labelZh: root用户密码 random: true required: true - rule: paramComplexity type: password label: en: Root Password diff --git a/nocobase/1.6.9/data.yml b/nocobase/1.6.9/data.yml index 1dc9937fb1..1f83cd0a60 100644 --- a/nocobase/1.6.9/data.yml +++ b/nocobase/1.6.9/data.yml @@ -93,7 +93,6 @@ additionalProperties: zh-Hant: 數據庫用戶密碼 random: true required: true - rule: paramComplexity type: password - default: "your-secret-key" edit: true diff --git a/nocodb/0.262.4/data.yml b/nocodb/0.262.4/data.yml index 356d16cbc5..ea7635d808 100644 --- a/nocodb/0.262.4/data.yml +++ b/nocodb/0.262.4/data.yml @@ -77,7 +77,6 @@ additionalProperties: zh-Hant: 數據庫用戶密碼 random: true required: true - rule: paramComplexity type: password - default: 8080 envKey: PANEL_APP_PORT_HTTP diff --git a/one-api/0.6.10/data.yml b/one-api/0.6.10/data.yml index 8e1f8ecbe4..dcaf87b008 100644 --- a/one-api/0.6.10/data.yml +++ b/one-api/0.6.10/data.yml @@ -29,7 +29,6 @@ additionalProperties: labelZh: 数据库用户密码 random: true required: true - rule: paramComplexity type: password - default: 3000 edit: true diff --git a/photoprism/250321-ce/data.yml b/photoprism/250321-ce/data.yml index 3f4b3051b4..f5d3af196f 100644 --- a/photoprism/250321-ce/data.yml +++ b/photoprism/250321-ce/data.yml @@ -132,7 +132,6 @@ additionalProperties: zh-Hant: 數據庫用戶密碼 random: true required: true - rule: paramComplexity type: password - default: 1000 edit: true diff --git a/planka/1.25.1/data.yml b/planka/1.25.1/data.yml index 187e800a42..1d2ecc1f7f 100644 --- a/planka/1.25.1/data.yml +++ b/planka/1.25.1/data.yml @@ -61,7 +61,6 @@ additionalProperties: envKey: PANEL_DB_USER_PASSWORD random: true required: true - rule: paramComplexity type: password labelEn: Database Password labelZh: 数据库密码 diff --git a/postgresql/12.22-alpine/data.yml b/postgresql/12.22-alpine/data.yml index c310958722..247c71545d 100644 --- a/postgresql/12.22-alpine/data.yml +++ b/postgresql/12.22-alpine/data.yml @@ -32,7 +32,6 @@ additionalProperties: zh: 密码 random: true required: true - rule: paramComplexity type: password - default: 5432 envKey: PANEL_APP_PORT_HTTP diff --git a/postgresql/13.20-alpine/data.yml b/postgresql/13.20-alpine/data.yml index c310958722..247c71545d 100644 --- a/postgresql/13.20-alpine/data.yml +++ b/postgresql/13.20-alpine/data.yml @@ -32,7 +32,6 @@ additionalProperties: zh: 密码 random: true required: true - rule: paramComplexity type: password - default: 5432 envKey: PANEL_APP_PORT_HTTP diff --git a/postgresql/14.17-alpine/data.yml b/postgresql/14.17-alpine/data.yml index c310958722..247c71545d 100644 --- a/postgresql/14.17-alpine/data.yml +++ b/postgresql/14.17-alpine/data.yml @@ -32,7 +32,6 @@ additionalProperties: zh: 密码 random: true required: true - rule: paramComplexity type: password - default: 5432 envKey: PANEL_APP_PORT_HTTP diff --git a/postgresql/15.12-alpine/data.yml b/postgresql/15.12-alpine/data.yml index c310958722..247c71545d 100644 --- a/postgresql/15.12-alpine/data.yml +++ b/postgresql/15.12-alpine/data.yml @@ -32,7 +32,6 @@ additionalProperties: zh: 密码 random: true required: true - rule: paramComplexity type: password - default: 5432 envKey: PANEL_APP_PORT_HTTP diff --git a/postgresql/16.8-alpine/data.yml b/postgresql/16.8-alpine/data.yml index c310958722..247c71545d 100644 --- a/postgresql/16.8-alpine/data.yml +++ b/postgresql/16.8-alpine/data.yml @@ -32,7 +32,6 @@ additionalProperties: zh: 密码 random: true required: true - rule: paramComplexity type: password - default: 5432 envKey: PANEL_APP_PORT_HTTP diff --git a/postgresql/17.4-alpine/data.yml b/postgresql/17.4-alpine/data.yml index c310958722..247c71545d 100644 --- a/postgresql/17.4-alpine/data.yml +++ b/postgresql/17.4-alpine/data.yml @@ -32,7 +32,6 @@ additionalProperties: zh: 密码 random: true required: true - rule: paramComplexity type: password - default: 5432 envKey: PANEL_APP_PORT_HTTP diff --git a/redis-commander/latest/data.yml b/redis-commander/latest/data.yml index 7b453c9429..819887b0b9 100755 --- a/redis-commander/latest/data.yml +++ b/redis-commander/latest/data.yml @@ -114,7 +114,6 @@ additionalProperties: zh-Hant: 登錄密碼 random: true required: true - rule: paramComplexity type: text - default: 8089 edit: true diff --git a/redis/6.2.17/data.yml b/redis/6.2.17/data.yml index b65ba4b88b..2a5670bf1e 100755 --- a/redis/6.2.17/data.yml +++ b/redis/6.2.17/data.yml @@ -15,7 +15,6 @@ additionalProperties: zh: 数据库密码 random: true required: false - rule: paramComplexity type: password - default: 6379 envKey: PANEL_APP_PORT_HTTP diff --git a/redis/7.4.2/data.yml b/redis/7.4.2/data.yml index b65ba4b88b..2a5670bf1e 100755 --- a/redis/7.4.2/data.yml +++ b/redis/7.4.2/data.yml @@ -15,7 +15,6 @@ additionalProperties: zh: 数据库密码 random: true required: false - rule: paramComplexity type: password - default: 6379 envKey: PANEL_APP_PORT_HTTP diff --git a/roundcube/1.6.10-apache/data.yml b/roundcube/1.6.10-apache/data.yml index fffe57451f..91a6c1dd24 100644 --- a/roundcube/1.6.10-apache/data.yml +++ b/roundcube/1.6.10-apache/data.yml @@ -65,7 +65,6 @@ additionalProperties: zh: 数据库密码 random: true required: true - rule: paramComplexity type: password - default: imap.sina.com edit: true diff --git a/sonarqube/10.7.0-community/data.yml b/sonarqube/10.7.0-community/data.yml index adb454653f..73807e768a 100644 --- a/sonarqube/10.7.0-community/data.yml +++ b/sonarqube/10.7.0-community/data.yml @@ -72,7 +72,6 @@ additionalProperties: zh-Hant: 數據庫用戶密碼 random: true required: true - rule: paramComplexity type: password - default: 9000 edit: true diff --git a/sonarqube/9.9.8-community/data.yml b/sonarqube/9.9.8-community/data.yml index adb454653f..73807e768a 100644 --- a/sonarqube/9.9.8-community/data.yml +++ b/sonarqube/9.9.8-community/data.yml @@ -72,7 +72,6 @@ additionalProperties: zh-Hant: 數據庫用戶密碼 random: true required: true - rule: paramComplexity type: password - default: 9000 edit: true diff --git a/tailchat/1.11.10/data.yml b/tailchat/1.11.10/data.yml index 1d4fe0448e..6c1199894a 100755 --- a/tailchat/1.11.10/data.yml +++ b/tailchat/1.11.10/data.yml @@ -52,7 +52,6 @@ additionalProperties: labelEn: Database User Password labelZh: 数据库密码 required: true - rule: paramCommon type: password - default: "" edit: true diff --git a/teamspeak/3.13.7/data.yml b/teamspeak/3.13.7/data.yml index 982c0a7337..59d9453878 100644 --- a/teamspeak/3.13.7/data.yml +++ b/teamspeak/3.13.7/data.yml @@ -74,7 +74,6 @@ additionalProperties: zh-Hant: 數據庫用戶密碼 random: true required: true - rule: paramComplexity type: password - default: 9987 edit: true diff --git a/typecho/1.2.1-php8.0-apache/data.yml b/typecho/1.2.1-php8.0-apache/data.yml index a6ab4cfaf3..bae01b4d9b 100755 --- a/typecho/1.2.1-php8.0-apache/data.yml +++ b/typecho/1.2.1-php8.0-apache/data.yml @@ -40,7 +40,6 @@ additionalProperties: labelZh: 数据库用户密码 random: true required: true - rule: paramComplexity type: password - default: typecho envKey: TYPECHO_USER_NAME diff --git a/umami/2.17.0/data.yml b/umami/2.17.0/data.yml index beeb264647..b1328eb834 100644 --- a/umami/2.17.0/data.yml +++ b/umami/2.17.0/data.yml @@ -74,7 +74,6 @@ additionalProperties: zh-Hant: 數據庫用戶密碼 random: true required: true - rule: paramComplexity type: password - default: 3000 envKey: PANEL_APP_PORT_HTTP diff --git a/wikijs/2.5.306/data.yml b/wikijs/2.5.306/data.yml index 6b9db91286..38ca070af7 100755 --- a/wikijs/2.5.306/data.yml +++ b/wikijs/2.5.306/data.yml @@ -76,7 +76,6 @@ additionalProperties: zh-Hant: 數據庫用戶密碼 random: true required: true - rule: paramComplexity type: password - default: 3000 edit: true diff --git a/wordpress/6.7.2/data.yml b/wordpress/6.7.2/data.yml index 6423611140..1e88c54dc4 100755 --- a/wordpress/6.7.2/data.yml +++ b/wordpress/6.7.2/data.yml @@ -74,7 +74,6 @@ additionalProperties: zh: 数据库密码 random: true required: true - rule: paramComplexity type: password - default: 8080 envKey: PANEL_APP_PORT_HTTP diff --git a/yourls/1.9.2/data.yml b/yourls/1.9.2/data.yml index f9d5293c1e..d9d992d842 100644 --- a/yourls/1.9.2/data.yml +++ b/yourls/1.9.2/data.yml @@ -72,7 +72,6 @@ additionalProperties: zh-Hant: 數據庫用戶密碼 random: true required: true - rule: paramComplexity type: password - default: yourls_ envKey: PANEL_DB_PREFIX