diff --git a/src/main/resources/application.properties b/src/main/resources/application.properties index b17f240..bc0ecc1 100644 --- a/src/main/resources/application.properties +++ b/src/main/resources/application.properties @@ -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