Skip to content

Commit

Permalink
change the default the rest bind address
Browse files Browse the repository at this point in the history
Signed-off-by: Peng Xiao <xiaoquwl@gmail.com>
  • Loading branch information
xiaopeng163 committed Mar 23, 2017
1 parent 0993ec0 commit 32838d5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion yabgp/api/config.py
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@

rest_server_ops = [
cfg.StrOpt('bind_host',
default='127.0.0.1',
default='0.0.0.0',
help='Address to bind the API server to'),
cfg.IntOpt('bind_port',
default=8801,
Expand Down

0 comments on commit 32838d5

Please sign in to comment.