0
0
Fork 0
mirror of https://github.com/kevinpapst/kimai2.git synced 2025-03-22 00:23:00 +00:00
kevinpapst_kimai2/tests/.env.dist.sqlite

15 lines
402 B
Text
Raw Normal View History

2018-07-21 20:36:36 +00:00
MAILER_FROM=kimai@example.com
###> symfony/framework-bundle ###
APP_ENV=dev
APP_SECRET=c88c14fa70a424e7a12d459b9dd9df7f
###< symfony/framework-bundle ###
###> doctrine/doctrine-bundle ###
DATABASE_URL=sqlite:///%kernel.project_dir%/var/data/kimai_migrations.sqlite
###< doctrine/doctrine-bundle ###
###> symfony/swiftmailer-bundle ###
MAILER_URL=null://localhost
###< symfony/swiftmailer-bundle ###