Skip to content

Commit

Permalink
Merge pull request #116 from tzumainn/fix-host-ip-default
Browse files Browse the repository at this point in the history
revert default host_ip value
  • Loading branch information
tzumainn authored Jul 26, 2022
2 parents 4352f71 + 590b78e commit 2d3df7b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion esi_leap/conf/api.py
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@


opts = [
cfg.HostAddressOpt('host_ip', default='127.0.0.1'),
cfg.HostAddressOpt('host_ip', default='0.0.0.0'),
cfg.PortOpt('port', default=7777),
cfg.IntOpt('max_limit', default=1000),
cfg.StrOpt('public_endpoint'),
Expand Down

0 comments on commit 2d3df7b

Please sign in to comment.