Skip to content

Commit 227e28b

Browse files
Node22 upgrade: update config.json to replace 'localhost' with '127.0.0.1'
Issue: CLDSRV-553
1 parent df5cf73 commit 227e28b

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

config.json

+6-6
Original file line numberDiff line numberDiff line change
@@ -67,27 +67,27 @@
6767
"allowFrom": ["127.0.0.1/8", "::1"]
6868
},
6969
"metadataClient": {
70-
"host": "localhost",
70+
"host": "127.0.0.1",
7171
"port": 9990
7272
},
7373
"dataClient": {
74-
"host": "localhost",
74+
"host": "127.0.0.1",
7575
"port": 9991
7676
},
7777
"pfsClient": {
78-
"host": "localhost",
78+
"host": "127.0.0.1",
7979
"port": 9992
8080
},
8181
"metadataDaemon": {
82-
"bindAddress": "localhost",
82+
"bindAddress": "127.0.0.1",
8383
"port": 9990
8484
},
8585
"dataDaemon": {
86-
"bindAddress": "localhost",
86+
"bindAddress": "127.0.0.1",
8787
"port": 9991
8888
},
8989
"pfsDaemon": {
90-
"bindAddress": "localhost",
90+
"bindAddress": "127.0.0.1",
9191
"port": 9992
9292
},
9393
"recordLog": {

0 commit comments

Comments
 (0)