This commit is contained in:
Xes
2025-08-14 22:41:49 +02:00
parent 2de81ccc46
commit 8ce45119b6
39774 changed files with 4309466 additions and 0 deletions

View File

@@ -0,0 +1,19 @@
framework:
assets:
version: SomeVersionScheme
version_format: '%%s?version=%%s'
base_urls: http://cdn.example.com
packages:
images_path:
base_path: '/foo'
images:
version: 1.0.0
base_urls: ["http://images1.example.com", "http://images2.example.com"]
foo:
version: 1.0.0
version_format: '%%s-%%s'
bar:
base_urls: ["https://bar2.example.com"]
bar_null_version:
version: null
base_urls: "https://bar3.example.com"

View File

@@ -0,0 +1,5 @@
framework:
secret: s3cr3t
csrf_protection: ~
form: ~
session: ~

View File

@@ -0,0 +1,2 @@
framework:
csrf_protection: ~

View File

@@ -0,0 +1 @@
framework: ~

View File

@@ -0,0 +1,4 @@
framework:
form:
csrf_protection:
enabled: false

View File

@@ -0,0 +1,61 @@
framework:
secret: s3cr3t
default_locale: fr
csrf_protection: true
form:
csrf_protection:
field_name: _csrf
http_method_override: false
trusted_proxies: ['127.0.0.1', '10.0.0.1']
esi:
enabled: true
profiler:
only_exceptions: true
enabled: false
router:
resource: '%kernel.root_dir%/config/routing.xml'
type: xml
session:
storage_id: session.storage.native
handler_id: session.handler.native_file
name: _SYMFONY
cookie_lifetime: 86400
cookie_path: /
cookie_domain: example.com
cookie_secure: true
cookie_httponly: false
use_cookies: true
gc_probability: 1
gc_divisor: 108
gc_maxlifetime: 90000
save_path: /path/to/sessions
templating:
engines: [php, twig]
loader: [loader.foo, loader.bar]
cache: /path/to/cache
form:
resources: [theme1, theme2]
hinclude_default_template: global_hinclude_template
assets:
version: v1
translator:
enabled: true
fallback: fr
paths: ['%kernel.root_dir%/Fixtures/translations']
validation:
enabled: true
cache: validator.mapping.cache.doctrine.apc
annotations:
cache: file
debug: true
file_cache_dir: '%kernel.cache_dir%/annotations'
serializer:
enabled: true
enable_annotations: true
cache: serializer.mapping.cache.apc
name_converter: serializer.name_converter.camel_case_to_snake_case
ide: file%%link%%format
request:
formats:
csv: ['text/csv', 'text/plain']
pdf: 'application/pdf'

View File

@@ -0,0 +1,3 @@
framework:
profiler:
enabled: true

View File

@@ -0,0 +1,4 @@
framework:
property_access:
magic_call: true
throw_exception_on_invalid_index: true

View File

@@ -0,0 +1,3 @@
framework:
property_info:
enabled: true

View File

@@ -0,0 +1,3 @@
framework:
request:
formats: ~

View File

@@ -0,0 +1,3 @@
framework:
serializer:
enabled: false

View File

@@ -0,0 +1,3 @@
framework:
serializer:
enabled: true

View File

@@ -0,0 +1,3 @@
framework:
session:
handler_id: null

View File

@@ -0,0 +1,3 @@
framework:
templating:
engines: [php, twig]

View File

@@ -0,0 +1,4 @@
framework:
assets: false
templating:
engines: [php]

View File

@@ -0,0 +1,3 @@
framework:
translator:
fallbacks: [en, fr]

View File

@@ -0,0 +1,5 @@
framework:
secret: s3cr3t
validation:
enabled: true
enable_annotations: true

View File

@@ -0,0 +1,5 @@
framework:
secret: s3cr3t
validation:
enabled: true
static_method: [loadFoo, loadBar]

View File

@@ -0,0 +1,5 @@
framework:
secret: s3cr3t
validation:
enabled: true
static_method: false