Added an environment for the demo

In this environment the exception are logged to stderr, so we can access it via heroku.
This commit is contained in:
Jan Böhmer 2019-08-10 17:20:23 +02:00
parent 01a83d388b
commit 368645f0cb
3 changed files with 56 additions and 1 deletions

2
.env
View file

@ -14,7 +14,7 @@
# https://symfony.com/doc/current/best_practices/configuration.html#infrastructure-related-configuration
###> symfony/framework-bundle ###
APP_ENV=dev
APP_ENV=prod
APP_SECRET=7915fd8481d1a52cf42010ebe2caa974
#TRUSTED_PROXIES=127.0.0.1,127.0.0.2
#TRUSTED_HOSTS='^localhost|example\.com$'