Integrated FOSUserBundle (#216)
This commit is contained in:
15
tests/.env.dist.sqlite
Normal file
15
tests/.env.dist.sqlite
Normal file
@@ -0,0 +1,15 @@
|
||||
DATABASE_PREFIX=abc_
|
||||
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 ###
|
||||
Reference in New Issue
Block a user