From 2d73917bb539a769063bdb8e3bc8649eebfb9315 Mon Sep 17 00:00:00 2001 From: Jonas Lindstad Date: Fri, 20 Feb 2015 00:45:56 +0100 Subject: Tested working with no static data - pure DB implementation --- junos-bootstrap/httpd/server_http.py | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) (limited to 'junos-bootstrap/httpd/server_http.py') 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 } } -- cgit v1.2.3