set default uri in .env

This commit is contained in:
Jannis Portmann 2021-06-03 15:10:10 +02:00
parent 84f54c5743
commit 4aeb6aa8a3
2 changed files with 4 additions and 2 deletions

2
.env
View file

@ -30,3 +30,5 @@ DATABASE_URL="postgresql://postgres:develop@localhost:5432/plantex?serverVersion
###> symfony/mailer ###
# MAILER_DSN=smtp://localhost
###< symfony/mailer ###
DEFAULT_URI='http://localhost:8080/'

View file

@ -17,4 +17,4 @@ framework:
log: true
router:
default_uri: 'https://pflaenz.li/'
default_uri: '%env(DEFAULT_URI)%'