From 637a934b81c44939ada5e6f6c086f4e42e664f3b Mon Sep 17 00:00:00 2001 From: Arthur Wambst Date: Tue, 29 Jul 2025 18:23:09 +0200 Subject: [PATCH] fix: really disabled auth in dev mode --- src/main/resources/application.properties | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/main/resources/application.properties b/src/main/resources/application.properties index 798cdc6..03c87e8 100644 --- a/src/main/resources/application.properties +++ b/src/main/resources/application.properties @@ -38,4 +38,4 @@ quarkus.quinoa.dev-server.port=5173 quarkus.quinoa.enable-spa-routing=true quarkus.docker.docker-host=unix:///run/user/1000/docker.sock -%dev.quarkus.security.auth.enabled=false +quarkus.security.auth.enabled-in-dev-mode=false