updated mysql password

This commit is contained in:
strawmanbobi
2022-03-07 21:22:53 +08:00
parent 2cfbf4de36
commit 6258128b83

View File

@@ -15,7 +15,7 @@ exports.setupEnvironment = function () {
MYSQL_DB_SERVER_ADDRESS = "localhost";
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;