Allow to configure SAML via env variables

This commit is contained in:
Jan Böhmer 2023-02-22 00:50:51 +01:00
parent 586a57c2c9
commit c5904303e3
9 changed files with 76 additions and 13 deletions

View file

@ -4,7 +4,7 @@ framework:
# Configure how to generate URLs in non-HTTP contexts, such as CLI commands.
# See https://symfony.com/doc/current/routing.html#generating-urls-in-commands
#default_uri: http://localhost
default_uri: '%env(DEFAULT_URI)%'
when@prod:
framework: