mirror of
https://gitlab.com/Chill-Projet/chill-bundles.git
synced 2025-08-23 08:03:49 +00:00
bootstrap local app for tests
This commit is contained in:
@@ -12,6 +12,15 @@ framework:
|
||||
profiler: { only_exceptions: false }
|
||||
templating:
|
||||
engines: ['twig']
|
||||
|
||||
# Assetic Configuration
|
||||
assetic:
|
||||
debug: "%kernel.debug%"
|
||||
use_controller: false
|
||||
bundles: [ ]
|
||||
#java: /usr/bin/java
|
||||
filters:
|
||||
cssrewrite: ~
|
||||
|
||||
doctrine:
|
||||
dbal:
|
||||
@@ -46,7 +55,7 @@ security:
|
||||
|
||||
default:
|
||||
anonymous: ~
|
||||
|
||||
http_basic: ~
|
||||
form_login:
|
||||
csrf_parameter: _csrf_token
|
||||
intention: authenticate
|
||||
|
@@ -1,4 +1,7 @@
|
||||
cl_custom_fields:
|
||||
chill_person:
|
||||
resource: .
|
||||
type: chill_routes
|
||||
type: chill_routes_person
|
||||
|
||||
chill_main:
|
||||
resource: "@ChillMainBundle/Resources/config/routing.yml"
|
||||
|
||||
|
Reference in New Issue
Block a user