Skip to content

Commit

Permalink
config: tell websocket server to listen on localhost only
Browse files Browse the repository at this point in the history
That's already the suggested default in config.yaml.example, but we
rather make it a "hard" default.
  • Loading branch information
rekado committed Jan 30, 2015
1 parent e9a951f commit efda36a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion defaults.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ log_path: logs/backend.log
pid_dir: pids/

# websocket server settings
websocket_listen_host: 0.0.0.0
websocket_listen_host: 127.0.0.1
websocket_port: 8080
secure_websocket: false
#websocket_ssl_cert: /path/to/cert
Expand Down

0 comments on commit efda36a

Please sign in to comment.