#110 Bind quickrun to 0.0.0.0
Merged 7 years ago by puiterwijk. Opened 7 years ago by puiterwijk.
puiterwijk/ipsilon quickrun-bindhost  into  master

file modified
+2 -1
@@ -68,7 +68,8 @@ 

                             extensions=['jinja2.ext.autoescape'])

  

  if __name__ == "__main__":

-     conf = {'/': {'tools.staticdir.root': os.getcwd()},

+     conf = {'global': {'server.socket_host': '0.0.0.0'},

+             '/': {'tools.staticdir.root': os.getcwd()},

              '/ui': {'tools.staticdir.on': True,

                      'tools.staticdir.dir': 'ui'},

              '/cache': {'tools.staticdir.on': True,

This makes it eaiser to test on remote systems with for example
tablets, or if quickrun is ran from inside a container.

Signed-off-by: Patrick Uiterwijk puiterwijk@redhat.com

+1 from me, this'd help me do cross-platform browser tests

rebased

7 years ago

Pull-Request has been merged by puiterwijk

7 years ago
Metadata