updated database password private cloud

This commit is contained in:
strawmanbobi
2020-05-02 20:26:38 +08:00
parent 3874f171e3
commit 340c62eb83

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;