We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c63ad95 commit b862df2Copy full SHA for b862df2
app/config/config.yml
@@ -51,6 +51,11 @@ framework:
51
json_manifest_path: '%kernel.project_dir%/web/build/manifest.json'
52
php_errors:
53
log: true
54
+ cache:
55
+ # this value is used as part of the "namespace" generated for the cache item keys
56
+ # to avoid collisions when multiple apps share the same cache backend (e.g. a Redis server)
57
+ # See https://symfony.com/doc/current/reference/configuration/framework.html#prefix-seed
58
+ prefix_seed: symfony-demo
59
60
# Twig Configuration (used for rendering application templates)
61
twig:
0 commit comments