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;

View File

@@ -43,7 +43,7 @@ require('./routes');
var certificateLogic = require('./work_unit/authentication_logic.js');
// kick start the engine
System.startupHttp(http, serverListenPort, "irext Console V0.2.2");
System.startupHttp(http, serverListenPort, "irext Console V0.2.5");
////////////////// authentication middleware //////////////////
function tokenValidation (req, res, next) {

View File

@@ -15,7 +15,7 @@
<body>
<div class="navbar container">
<div class="header clearfix">
<h3>IRext 本地控制台 - 0.2.2</h3>
<h3>IRext 本地控制台 - 0.2.5</h3>
</div>
</div>
<div class="container">