7 lines
247 B
Plaintext
7 lines
247 B
Plaintext
# define your env variables for the test env here
|
|
KERNEL_CLASS=App\Kernel
|
|
APP_SECRET=$ecretf0rt3st
|
|
SYMFONY_DEPRECATIONS_HELPER=999999
|
|
DATABASE_URL=mysql://user:pass@127.0.0.1:3306/test_db?serverVersion=8
|
|
MESSENGER_TRANSPORT_DSN=doctrine://default
|