mirror of
https://github.com/Part-DB/Part-DB-server.git
synced 2025-12-25 12:29:31 +00:00
Updated recipes for symfony/framework-bundle.
This commit is contained in:
parent
36f2420cf5
commit
5d98e87e20
8 changed files with 28 additions and 40 deletions
|
|
@ -1,10 +1,10 @@
|
|||
framework:
|
||||
cache:
|
||||
# Put the unique name of your app here: the prefix seed
|
||||
# is used to compute stable namespaces for cache keys.
|
||||
# Unique name of your app: used to compute stable namespaces for cache keys.
|
||||
prefix_seed: Part-DB/Part-DB
|
||||
|
||||
# The app cache caches to the filesystem by default.
|
||||
# The "app" cache stores to the filesystem by default.
|
||||
# The data in this cache should persist between deploys.
|
||||
# Other options include:
|
||||
|
||||
# Redis
|
||||
|
|
@ -18,5 +18,5 @@ framework:
|
|||
pools:
|
||||
# Here all things related to cache the tree structures
|
||||
tree.cache:
|
||||
adapter: cache.app
|
||||
tags: true
|
||||
adapter: cache.app
|
||||
tags: true
|
||||
|
|
|
|||
|
|
@ -1,13 +1,12 @@
|
|||
framework:
|
||||
secret: '%env(APP_SECRET)%'
|
||||
#default_locale: en
|
||||
#csrf_protection: true
|
||||
#http_method_override: true
|
||||
|
||||
# Enables session support. Note that the session will ONLY be started if you read or write from it.
|
||||
# Remove or comment this section to explicitly disable session support.
|
||||
session:
|
||||
handler_id: ~
|
||||
handler_id: null
|
||||
cookie_secure: auto
|
||||
cookie_samesite: lax
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue