mirror of
https://framagit.org/tykayn/date-poll-api
synced 2023-08-25 08:23:11 +02:00
6 lines
188 B
Plaintext
6 lines
188 B
Plaintext
# define your env variables for the test env here
|
|
KERNEL_CLASS='App\Kernel'
|
|
APP_SECRET='$ecretf0rt3st'
|
|
SYMFONY_DEPRECATIONS_HELPER=999999
|
|
PANTHER_APP_ENV=panther
|
|
ADMIN_TOKEN=testAdminToken |