diff --git a/console/configuration/system_configs.js b/console/configuration/system_configs.js
index ba8897a..8aa00e5 100644
--- a/console/configuration/system_configs.js
+++ b/console/configuration/system_configs.js
@@ -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;
diff --git a/console/irext_console.js b/console/irext_console.js
index 1913d58..0678051 100644
--- a/console/irext_console.js
+++ b/console/irext_console.js
@@ -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) {
diff --git a/console/web/index.html b/console/web/index.html
index f37c251..85f5074 100644
--- a/console/web/index.html
+++ b/console/web/index.html
@@ -15,7 +15,7 @@
diff --git a/server/.idea/.name b/server/.idea/.name
new file mode 100644
index 0000000..72b3377
--- /dev/null
+++ b/server/.idea/.name
@@ -0,0 +1 @@
+private-server
\ No newline at end of file
diff --git a/server/.idea/encodings.xml b/server/.idea/encodings.xml
index b26911b..63e9001 100644
--- a/server/.idea/encodings.xml
+++ b/server/.idea/encodings.xml
@@ -1,6 +1,6 @@
-
+
\ No newline at end of file
diff --git a/server/.idea/vcs.xml b/server/.idea/vcs.xml
index 35eb1dd..6c0b863 100644
--- a/server/.idea/vcs.xml
+++ b/server/.idea/vcs.xml
@@ -1,6 +1,6 @@
-
+
\ No newline at end of file
diff --git a/server/pom.xml b/server/pom.xml
index 248d1b2..47b846e 100644
--- a/server/pom.xml
+++ b/server/pom.xml
@@ -5,7 +5,7 @@
net.irext.server
private-server
-
0.2.2
+
0.2.5
jar
IRext Private Server
diff --git a/server/src/main/java/net/irext/server/service/restapi/IRIndexingService.java b/server/src/main/java/net/irext/server/service/restapi/IRIndexingService.java
index 620bcaa..fc60c41 100644
--- a/server/src/main/java/net/irext/server/service/restapi/IRIndexingService.java
+++ b/server/src/main/java/net/irext/server/service/restapi/IRIndexingService.java
@@ -196,9 +196,9 @@ public class IRIndexingService extends AbstractBaseService {
}
@PostMapping("/list_indexes")
- public IndexesResponse listOperators(HttpServletRequest request,
- @HeaderParam("user-lang") String userLang,
- @RequestBody ListIndexesRequest listIndexesRequest) {
+ public IndexesResponse listRemoteIndexes(HttpServletRequest request,
+ @HeaderParam("user-lang") String userLang,
+ @RequestBody ListIndexesRequest listIndexesRequest) {
try {
int id = listIndexesRequest.getId();
String token = listIndexesRequest.getToken();