bootstrap to be run on root bundle

This commit is contained in:
2021-04-20 17:20:57 +02:00
parent 332178981a
commit 1b42656e0f
7 changed files with 145 additions and 2 deletions

6
.env.test Normal file
View File

@@ -0,0 +1,6 @@
# variables for .env environement
# those variables suits for gitlab-ci
# Run tests from root to adapt your own environment
KERNEL_CLASS='App\Kernel'
APP_SECRET='$ecretf0rt3st'
DATABASE_URL=postgresql://postgres:postgres@db:5432/postgres?serverVersion=12&charset=utf8