localhost
parent
73d6715118
commit
f82126e348
|
@ -18,7 +18,7 @@ if __name__ == "__main__":
|
||||||
if args.insecure:
|
if args.insecure:
|
||||||
os.environ['OAUTHLIB_INSECURE_TRANSPORT'] = '1' # Disable this on prod
|
os.environ['OAUTHLIB_INSECURE_TRANSPORT'] = '1' # Disable this on prod
|
||||||
url_scheme = 'http'
|
url_scheme = 'http'
|
||||||
allowed_host = "overseer.dbzer0.net"
|
allowed_host = "127.0.0.1"
|
||||||
if args.insecure:
|
if args.insecure:
|
||||||
allowed_host = "0.0.0.0"
|
allowed_host = "0.0.0.0"
|
||||||
logger.init_warn("WSGI Mode", status="Insecure")
|
logger.init_warn("WSGI Mode", status="Insecure")
|
||||||
|
|
Loading…
Reference in New Issue