mirror of
https://github.com/Part-DB/Part-DB-server.git
synced 2026-02-11 12:09:36 +00:00
16 lines
355 B
YAML
16 lines
355 B
YAML
jbtronics_settings:
|
|
default_storage_adapter: Jbtronics\SettingsBundle\Storage\ORMStorageAdapter
|
|
|
|
cache:
|
|
default_cacheable: true
|
|
service: 'cache.settings'
|
|
|
|
orm_storage:
|
|
default_entity_class: App\Entity\SettingsEntry
|
|
|
|
|
|
# Disable caching for development environment
|
|
when@dev:
|
|
jbtronics_settings:
|
|
cache:
|
|
default_cacheable: false
|