We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent df5cf73 commit 227e28bCopy full SHA for 227e28b
config.json
@@ -67,27 +67,27 @@
67
"allowFrom": ["127.0.0.1/8", "::1"]
68
},
69
"metadataClient": {
70
- "host": "localhost",
+ "host": "127.0.0.1",
71
"port": 9990
72
73
"dataClient": {
74
75
"port": 9991
76
77
"pfsClient": {
78
79
"port": 9992
80
81
"metadataDaemon": {
82
- "bindAddress": "localhost",
+ "bindAddress": "127.0.0.1",
83
84
85
"dataDaemon": {
86
87
88
89
"pfsDaemon": {
90
91
92
93
"recordLog": {
0 commit comments