Created
September 10, 2015 09:46
-
-
Save damonjones/2a2bf62cc9bdb28bfe08 to your computer and use it in GitHub Desktop.
Framework section from the app/config/config.yml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
framework: | |
#esi: ~ | |
translator: { fallback: %locale% } | |
secret: %secret% | |
router: | |
resource: "%kernel.root_dir%/config/routing.yml" | |
strict_requirements: %kernel.debug% | |
form: true | |
csrf_protection: true | |
validation: { enable_annotations: true } | |
templating: | |
engines: ['twig'] | |
#assets_version: SomeVersionScheme | |
default_locale: %locale% | |
trusted_proxies: ~ | |
session: | |
gc_maxlifetime: 1800 | |
gc_probability: 1 | |
gc_divisor: 1 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment