mirror of
https://gitlab.com/Chill-Projet/chill-bundles.git
synced 2025-08-24 00:23:50 +00:00
adding gitlab-ci to repo
This commit is contained in:
11
Tests/Fixtures/App/config/parameters.gitlab-ci.yml
Normal file
11
Tests/Fixtures/App/config/parameters.gitlab-ci.yml
Normal file
@@ -0,0 +1,11 @@
|
||||
parameters:
|
||||
database_host: postgres
|
||||
database_port: 5432
|
||||
database_name: postgres
|
||||
database_user: postgres
|
||||
database_password: postgres
|
||||
locale: fr
|
||||
secret: ThisTokenIsNotSoSecretChangeIt
|
||||
debug_toolbar: true
|
||||
debug_redirects: false
|
||||
use_assetic_controller: true
|
Reference in New Issue
Block a user