]> git.ipfire.org Git - people/shoehn/ipfire.org.git/blobdiff - webapp.py
Bootstrap 4 migration: downloads.dev.ipfire.org
[people/shoehn/ipfire.org.git] / webapp.py
index 0bbe14b9055fd7ac37bbd75638de1b2cb0fb568e..0217543a60ca09b572e45314d9cadafd0bf37fbd 100755 (executable)
--- a/webapp.py
+++ b/webapp.py
@@ -14,7 +14,7 @@ import tornado.options
 from webapp import Application
 
 if __name__ == "__main__":
-       app = Application()
+       app = Application(configfile="webapp.conf")
 
        context = daemon.DaemonContext(
                working_directory=os.getcwd(),