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'