This is an automated email from the ASF dual-hosted git repository.
harishgokul01 pushed a commit to branch development
in repository https://gitbox.apache.org/repos/asf/incubator-resilientdb.git
The following commit(s) were added to refs/heads/development by this push:
new e7ec58c7 Update default configs to use localhost
e7ec58c7 is described below
commit e7ec58c70fe5f9bb8900de0413c7d68cac92f4b6
Author: harish876 <[email protected]>
AuthorDate: Sat Feb 7 17:04:39 2026 -0700
Update default configs to use localhost
---
.../graphql/service/http_server/server_config.config | 16 ++++++++--------
.../graphql/service/tools/config/interface/client.config | 4 ++--
.../service/tools/config/interface/service.config | 5 +++--
service/tools/config/interface/service.config | 2 +-
4 files changed, 14 insertions(+), 13 deletions(-)
diff --git a/ecosystem/graphql/service/http_server/server_config.config
b/ecosystem/graphql/service/http_server/server_config.config
index f202248c..227c1369 100644
--- a/ecosystem/graphql/service/http_server/server_config.config
+++ b/ecosystem/graphql/service/http_server/server_config.config
@@ -19,22 +19,22 @@
{
replica_info : {
id:1,
- ip:"172.31.57.186",
- port: 17001,
+ ip:"127.0.0.1",
+ port: 10001,
},
replica_info : {
id:2,
- ip:"172.31.57.186",
- port: 17002,
+ ip:"127.0.0.1",
+ port: 10002,
},
replica_info : {
id:3,
- ip:"172.31.57.186",
- port: 17003,
+ ip:"127.0.0.1",
+ port: 10003,
},
replica_info : {
id:4,
- ip:"172.31.57.186",
- port: 17004,
+ ip:"127.0.0.1",
+ port: 10004,
}
}
\ No newline at end of file
diff --git a/ecosystem/graphql/service/tools/config/interface/client.config
b/ecosystem/graphql/service/tools/config/interface/client.config
index f994a57e..6d338f8b 100644
--- a/ecosystem/graphql/service/tools/config/interface/client.config
+++ b/ecosystem/graphql/service/tools/config/interface/client.config
@@ -19,8 +19,8 @@
"replica_info": [
{
"id": 5,
- "ip": "172.31.57.186",
- "port": 17005
+ "ip": "127.0.0.1",
+ "port": 10005
},
]
}
diff --git a/ecosystem/graphql/service/tools/config/interface/service.config
b/ecosystem/graphql/service/tools/config/interface/service.config
index fbf1d7bb..6027aa7f 100644
--- a/ecosystem/graphql/service/tools/config/interface/service.config
+++ b/ecosystem/graphql/service/tools/config/interface/service.config
@@ -19,10 +19,11 @@
"replica_info": [
{
"id": 5,
- "ip": "172.31.57.186",
- "port": 17005
+ "ip": "127.0.0.1",
+ "port": 10005
},
]
}
+
diff --git a/service/tools/config/interface/service.config
b/service/tools/config/interface/service.config
index a437dbc7..ac79cb5c 100644
--- a/service/tools/config/interface/service.config
+++ b/service/tools/config/interface/service.config
@@ -20,7 +20,7 @@
{
"id":5,
"ip":"127.0.0.1",
-"port":17005
+"port":10005
}
]
}