From 073cc655fd3921e7f9f89d7b0ea386aca9159979 Mon Sep 17 00:00:00 2001 From: mlamalle Date: Tue, 8 Apr 2025 15:04:24 +0200 Subject: [PATCH] set debug for hydra-sql --- components/hydra-sql/kustomization.yaml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/components/hydra-sql/kustomization.yaml b/components/hydra-sql/kustomization.yaml index 0504eb2..56197bd 100644 --- a/components/hydra-sql/kustomization.yaml +++ b/components/hydra-sql/kustomization.yaml @@ -13,6 +13,8 @@ configMapGenerator: - name: hydra-sql-env behavior: create literals: + - APP_ENV=dev + - APP_DEBUG=true - ISSUER_URL="http://localhost:8000" - BASE_URL='http://localhost:8080' - HYDRA_ADMIN_BASE_URL='http://hydra:4445/admin'