Integrated FOSUserBundle (#216)
This commit is contained in:
15
tests/.env.dist.mysql
Normal file
15
tests/.env.dist.mysql
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=mysql://travis@127.0.0.1:3306/kimai_migrations
|
||||
###< doctrine/doctrine-bundle ###
|
||||
|
||||
###> symfony/swiftmailer-bundle ###
|
||||
MAILER_URL=null://localhost
|
||||
###< symfony/swiftmailer-bundle ###
|
||||
Reference in New Issue
Block a user