prepare release 0.3 (#231)

This commit is contained in:
Kevin Papst
2018-07-23 00:43:30 +02:00
committed by GitHub
parent f41eea2768
commit 20a2d94996
6 changed files with 103 additions and 39 deletions

View File

@@ -7,8 +7,8 @@ DATABASE_PREFIX=kimai2_
MAILER_FROM=kimai@example.com
###> symfony/framework-bundle ###
APP_ENV=dev
APP_SECRET=c88c14fa70a424e7a12d459b9dd9df7f
APP_ENV=prod
APP_SECRET=change_this_to_something_unique
#TRUSTED_PROXIES=127.0.0.1,127.0.0.2
#TRUSTED_HOSTS=localhost,example.com
###< symfony/framework-bundle ###