mirror of
https://gitlab.com/Chill-Projet/chill-bundles.git
synced 2025-10-02 11:29:41 +00:00
new architecture for tests
This commit is contained in:
13
Resources/test/Fixtures/App/app/config/parameters.yml
Normal file
13
Resources/test/Fixtures/App/app/config/parameters.yml
Normal file
@@ -0,0 +1,13 @@
|
||||
parameters:
|
||||
database_host: localhost
|
||||
# database_host: 127.0.0.1
|
||||
database_port: 5435
|
||||
# database_port: 5454
|
||||
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