mirror of
https://gitlab.com/Chill-Projet/chill-bundles.git
synced 2025-06-07 18:44:08 +00:00
7 lines
268 B
Plaintext
7 lines
268 B
Plaintext
# 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
|