i18nized private console index

This commit is contained in:
strawmanbobi
2020-06-06 21:51:29 +08:00
parent ddad2de39e
commit 59153238f2
11 changed files with 188 additions and 375 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;