vpn integration
This commit is contained in:
+2
-2
@@ -14,7 +14,7 @@ def build_config() -> dict:
|
||||
"proxy_headers": True,
|
||||
"forwarded_allow_ips": "*",
|
||||
"log_level": "debug" if debug else "info",
|
||||
"access_log": True
|
||||
"access_log": True,
|
||||
}
|
||||
|
||||
if debug:
|
||||
@@ -36,4 +36,4 @@ def build_config() -> dict:
|
||||
|
||||
|
||||
if __name__ == "__main__":
|
||||
uvicorn.run("app.asgi:application", **build_config())
|
||||
uvicorn.run("app.asgi:application", **build_config())
|
||||
|
||||
Reference in New Issue
Block a user