Skip to content

Commit

Permalink
fix(config): change bind ip
Browse files Browse the repository at this point in the history
  • Loading branch information
ZigBalthazar authored Oct 8, 2024
1 parent 6cb0319 commit f15617f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions config/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ environment: "prod"
ws_server:
# bind is the IP address to be bind and listen on.
# default if local host.
bind: "127.0.0.1"
bind: "localhost"
# port is websocket port to be listen on.
# default is 7777.
port: 7777
Expand All @@ -29,7 +29,7 @@ ws_server:
http_server:
# bind is the IP address to be bind and listen on.
# default if local host.
bind: "127.0.0.1"
bind: "localhost"
# port is websocket port to be listen on.
# default is 8888.
port: 8888
Expand Down

0 comments on commit f15617f

Please sign in to comment.