diff options
author | Jonas Lindstad <jonaslindstad@gmail.com> | 2015-02-20 00:45:56 +0100 |
---|---|---|
committer | Jonas Lindstad <jonaslindstad@gmail.com> | 2015-02-20 00:45:56 +0100 |
commit | 2d73917bb539a769063bdb8e3bc8649eebfb9315 (patch) | |
tree | 6748a42165e8b33fbe9043be3f3115dbbcd78d5d | |
parent | eb72e350088c8d0676a45ecbdcf4a03f6e21d598 (diff) |
Tested working with no static data - pure DB implementation
-rw-r--r-- | junos-bootstrap/httpd/server_http.py | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/junos-bootstrap/httpd/server_http.py b/junos-bootstrap/httpd/server_http.py index 000bd41..ea74dd4 100644 --- a/junos-bootstrap/httpd/server_http.py +++ b/junos-bootstrap/httpd/server_http.py @@ -21,9 +21,7 @@ def main(): 'host': 'localhost' }, 'http': { - # host = 'localhost', - 'host': '10.0.30.131', - # 'host': '10.0.100.2', + 'host': '0.0.0.0', 'port': 80 } } |