mirror of
https://github.com/Part-DB/Part-DB-server.git
synced 2025-12-14 15:09:31 +00:00
15 lines
325 B
YAML
15 lines
325 B
YAML
jbtronics_settings:
|
|
default_storage_adapter: Jbtronics\SettingsBundle\Storage\ORMStorageAdapter
|
|
|
|
cache:
|
|
default_cacheable: true
|
|
|
|
orm_storage:
|
|
default_entity_class: App\Entity\SettingsEntry
|
|
|
|
|
|
# Disable caching for development environment
|
|
when@dev:
|
|
jbtronics_settings:
|
|
cache:
|
|
default_cacheable: false
|