Skip to content

Commit

Permalink
fix: hard-coded advertise address
Browse files Browse the repository at this point in the history
  • Loading branch information
0xn3bs committed Jan 25, 2021
1 parent d8363d6 commit a5123d1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cypnode/appsettings.json
Expand Up @@ -31,7 +31,7 @@
},
"Api": {
"Listening": "http://0.0.0.0:7000",
"Advertise": "75.21.254.126:7000"
"Advertise": "0.0.0.0:7000"
},
"Serf": {
"Advertise": "",
Expand Down

0 comments on commit a5123d1

Please sign in to comment.