use default_uri
This commit is contained in:
parent
484903a5d3
commit
67f756436e
3 changed files with 7 additions and 0 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="localhost:8080"
|
|
@ -30,3 +30,5 @@ DATABASE_URL="postgresql://postgres:develop@localhost:5432/plantex?serverVersion
|
||||||
###> symfony/mailer ###
|
###> symfony/mailer ###
|
||||||
MAILER_DSN=smtp://no-reply@xn--pflnz-ira.li:dxS5ooKMEzFEa3YgTvru@mail.infomaniak.com:587
|
MAILER_DSN=smtp://no-reply@xn--pflnz-ira.li:dxS5ooKMEzFEa3YgTvru@mail.infomaniak.com:587
|
||||||
###< symfony/mailer ###
|
###< symfony/mailer ###
|
||||||
|
|
||||||
|
DEFAULT_URI="https://staging.this-server.pflaenz.li/"
|
|
@ -15,3 +15,6 @@ framework:
|
||||||
#fragments: true
|
#fragments: true
|
||||||
php_errors:
|
php_errors:
|
||||||
log: true
|
log: true
|
||||||
|
|
||||||
|
router:
|
||||||
|
default_uri: 'https://pflaenz.li'
|
Reference in a new issue