Disable CORS filter that broke non-GET requests behind reverse proxy
Build & Deploy / build-and-deploy (push) Successful in 1m31s

This commit is contained in:
2026-08-31 18:02:26 +02:00
parent 037b2bbde4
commit 64a25d9f99
@@ -1,7 +1,6 @@
# ─── Server ──────────────────────────────────────
quarkus.http.port=8765
quarkus.http.host=0.0.0.0
quarkus.http.cors=true
# Allow large game uploads (DOS games can be 500MB+)
quarkus.http.limits.max-body-size=2048M