2012-05-23 00:44:06 +02:00

25 lines
667 B
YAML

framework:
charset: UTF-8
secret: test
csrf_protection:
enabled: true
router: { resource: "%kernel.root_dir%/config/routing.yml" }
validation: { enabled: true, enable_annotations: true }
form: ~
test: ~
session:
default_locale: en
auto_start: true
storage_id: session.storage.filesystem
profiler: false
templating: { engines: ['twig'] }
# Twig Configuration
twig:
debug: %kernel.debug%
strict_variables: %kernel.debug%
services:
nemlio.test.controller:
class: Nelmio\ApiDocBundle\Tests\Fixtures\Controller\TestServiceController