set debug for hydra-sql

This commit is contained in:
Matthieu Lamalle 2025-04-08 15:04:24 +02:00
parent ca73aff3b4
commit 073cc655fd

View File

@ -13,6 +13,8 @@ configMapGenerator:
- name: hydra-sql-env - name: hydra-sql-env
behavior: create behavior: create
literals: literals:
- APP_ENV=dev
- APP_DEBUG=true
- ISSUER_URL="http://localhost:8000" - ISSUER_URL="http://localhost:8000"
- BASE_URL='http://localhost:8080' - BASE_URL='http://localhost:8080'
- HYDRA_ADMIN_BASE_URL='http://hydra:4445/admin' - HYDRA_ADMIN_BASE_URL='http://hydra:4445/admin'