From a4ef784946330abc6aed8e03accdf7541881df0f Mon Sep 17 00:00:00 2001 From: mjfernez Date: Mon, 7 Jun 2021 19:47:59 -0400 Subject: wsgi compatibility Moves the setup() function outside of main so the app is setup before a wrapper runs it. Also fixes deployment tutorial in the README --- siteconfig.py | 2 -- 1 file changed, 2 deletions(-) (limited to 'siteconfig.py') diff --git a/siteconfig.py b/siteconfig.py index 28c3cbd..8dbe006 100644 --- a/siteconfig.py +++ b/siteconfig.py @@ -4,8 +4,6 @@ class siteconfig: HOME_TITLE = "WELCOME" # "HELLO WORLD!" LINKS_FILE = ".links" # ".lnx" DESC_FILE = ".description" # ".desc`" - HOST = "127.0.0.1" # "192.168.1.1" "1.2.3.4" - PORT = 8000 # 8080, 8001, 8002 DEFAULT_MIMETYPE = "application/octet-stream" # "text/plain" MIMETYPES = {} -- cgit v1.2.3