updated private cloud suite to 0.2.5
This commit is contained in:
@@ -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;
|
||||
|
||||
@@ -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) {
|
||||
|
||||
@@ -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">
|
||||
|
||||
Reference in New Issue
Block a user