10 lines
242 B
YAML
10 lines
242 B
YAML
framework:
|
|
secret: '%env(APP_SECRET)%'
|
|
http_method_override: false
|
|
handle_all_throwables: true
|
|
php_errors:
|
|
log: true
|
|
cache:
|
|
app: cache.adapter.filesystem
|
|
default_redis_provider: 'redis://localhost'
|