reverted default db password

This commit is contained in:
strawmanbobi
2025-10-22 12:23:23 +08:00
parent a5ef6ac6ed
commit 136146d49e

View File

@@ -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;