vpn integration

This commit is contained in:
2026-04-11 22:07:59 +02:00
parent c4d27e9842
commit 00ac38d126
47 changed files with 945 additions and 749 deletions
+2 -2
View File
@@ -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())