Skip to content

Commit

Permalink
minor #596 Configured cache.prefix_seed and added a help note (javier…
Browse files Browse the repository at this point in the history
…eguiluz)

This PR was merged into the master branch.

Discussion
----------

Configured cache.prefix_seed and added a help note

This fixes #404.

Commits
-------

b862df2 Configured cache.prefix_seed and added a help note
  • Loading branch information
javiereguiluz committed Jun 21, 2017
2 parents 3275cf6 + b862df2 commit 71d434c
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions app/config/config.yml
Expand Up @@ -51,6 +51,11 @@ framework:
json_manifest_path: '%kernel.project_dir%/web/build/manifest.json'
php_errors:
log: true
cache:
# this value is used as part of the "namespace" generated for the cache item keys
# to avoid collisions when multiple apps share the same cache backend (e.g. a Redis server)
# See https://symfony.com/doc/current/reference/configuration/framework.html#prefix-seed
prefix_seed: symfony-demo

# Twig Configuration (used for rendering application templates)
twig:
Expand Down

0 comments on commit 71d434c

Please sign in to comment.