updated private cloud suite to 0.2.5

This commit is contained in:
strawmanbobi
2020-04-05 07:54:49 +08:00
parent 90f2d17331
commit a40c91ca57
8 changed files with 10 additions and 9 deletions

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 = "root";
MYSQL_DB_PASSWORD = "421aWill.";
REDIS_HOST = "localhost";
REDIS_PORT = "6379";
REDIS_PASSWORD = null;