set default uri in .env
This commit is contained in:
parent
84f54c5743
commit
4aeb6aa8a3
2 changed files with 4 additions and 2 deletions
2
.env
2
.env
|
@ -30,3 +30,5 @@ DATABASE_URL="postgresql://postgres:develop@localhost:5432/plantex?serverVersion
|
||||||
###> symfony/mailer ###
|
###> symfony/mailer ###
|
||||||
# MAILER_DSN=smtp://localhost
|
# MAILER_DSN=smtp://localhost
|
||||||
###< symfony/mailer ###
|
###< symfony/mailer ###
|
||||||
|
|
||||||
|
DEFAULT_URI='http://localhost:8080/'
|
|
@ -17,4 +17,4 @@ framework:
|
||||||
log: true
|
log: true
|
||||||
|
|
||||||
router:
|
router:
|
||||||
default_uri: 'https://pflaenz.li/'
|
default_uri: '%env(DEFAULT_URI)%'
|
Reference in a new issue