From 136146d49e6aff4251082de8d18ef3e516fdbd2a Mon Sep 17 00:00:00 2001 From: strawmanbobi Date: Wed, 22 Oct 2025 12:23:23 +0800 Subject: [PATCH] reverted default db password --- console/configuration/system_configs.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/console/configuration/system_configs.js b/console/configuration/system_configs.js index 889893b..86304e0 100644 --- a/console/configuration/system_configs.js +++ b/console/configuration/system_configs.js @@ -15,7 +15,7 @@ exports.setupEnvironment = function () { MYSQL_DB_SERVER_ADDRESS = "127.0.0.1"; MYSQL_DB_NAME = "irext"; MYSQL_DB_USER = "root"; - MYSQL_DB_PASSWORD = "421aWill."; + MYSQL_DB_PASSWORD = "root"; REDIS_HOST = "localhost"; REDIS_PORT = "6379"; REDIS_PASSWORD = null;