mirror of
https://gitlab.com/Chill-Projet/chill-bundles.git
synced 2025-09-05 14:25:00 +00:00
implements user-scope-role-scope first work
This commit is contained in:
11
Tests/Fixtures/App/config/parameters.yml.dist
Normal file
11
Tests/Fixtures/App/config/parameters.yml.dist
Normal file
@@ -0,0 +1,11 @@
|
||||
parameters:
|
||||
database_host: 127.0.0.1
|
||||
database_port: 5435
|
||||
database_name: chill
|
||||
database_user: chill
|
||||
database_password: chill
|
||||
locale: fr
|
||||
secret: ThisTokenIsNotSoSecretChangeIt
|
||||
debug_toolbar: true
|
||||
debug_redirects: false
|
||||
use_assetic_controller: true
|
Reference in New Issue
Block a user