localhost

pull/7/head
db0 2023-06-20 20:07:22 +02:00
parent 73d6715118
commit f82126e348
1 changed files with 1 additions and 1 deletions

View File

@ -18,7 +18,7 @@ if __name__ == "__main__":
if args.insecure:
os.environ['OAUTHLIB_INSECURE_TRANSPORT'] = '1' # Disable this on prod
url_scheme = 'http'
allowed_host = "overseer.dbzer0.net"
allowed_host = "127.0.0.1"
if args.insecure:
allowed_host = "0.0.0.0"
logger.init_warn("WSGI Mode", status="Insecure")