mirror of
https://gitlab.com/Chill-Projet/chill-bundles.git
synced 2025-06-07 18:44:08 +00:00
create pamameters for travis to access to DB
This commit is contained in:
parent
8e263272ab
commit
acffa5d735
12
Tests/Fixtures/App/config/parameters.travis.yml
Normal file
12
Tests/Fixtures/App/config/parameters.travis.yml
Normal file
@ -0,0 +1,12 @@
|
||||
# This file is auto-generated during the composer install
|
||||
parameters:
|
||||
database_host: 127.0.0.1
|
||||
database_port: 5432
|
||||
database_name: test0
|
||||
database_user: postgres
|
||||
database_password: postgres
|
||||
locale: fr
|
||||
secret: ThisTokenIsNotSoSecretChangeIt
|
||||
debug_toolbar: true
|
||||
debug_redirects: false
|
||||
use_assetic_controller: true
|
Loading…
x
Reference in New Issue
Block a user