mirror of
https://gitlab.com/Chill-Projet/chill-bundles.git
synced 2025-08-20 22:53:49 +00:00
allow server:run with built-in server and create route loader
This commit is contained in:
6
Tests/Fixtures/App/app/config/parameters__.yml
Normal file
6
Tests/Fixtures/App/app/config/parameters__.yml
Normal file
@@ -0,0 +1,6 @@
|
||||
parameters:
|
||||
database_host: 127.0.0.1
|
||||
database_port: 5434
|
||||
database_name: test0
|
||||
database_user: symfony
|
||||
database_password: symfony
|
@@ -1,4 +1,4 @@
|
||||
cl_custom_fields:
|
||||
resource: "@ChillCustomFieldsBundle/Resources/config/routing.yml"
|
||||
prefix: /
|
||||
resource: .
|
||||
type: chill_routes
|
||||
|
||||
|
Reference in New Issue
Block a user