aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJonas Lindstad <jonaslindstad@gmail.com>2015-02-20 00:45:56 +0100
committerJonas Lindstad <jonaslindstad@gmail.com>2015-02-20 00:45:56 +0100
commit2d73917bb539a769063bdb8e3bc8649eebfb9315 (patch)
tree6748a42165e8b33fbe9043be3f3115dbbcd78d5d
parenteb72e350088c8d0676a45ecbdcf4a03f6e21d598 (diff)
Tested working with no static data - pure DB implementation
-rw-r--r--junos-bootstrap/httpd/server_http.py4
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
}
}