mirror of
https://github.com/Part-DB/Part-DB-server.git
synced 2025-12-06 11:09:29 +00:00
Disable settings caching in debug mode
Otherwise we run into errors, if a settings get changed
This commit is contained in:
parent
cee6d355e8
commit
c7ec8adc31
1 changed files with 8 additions and 1 deletions
|
|
@ -6,3 +6,10 @@ jbtronics_settings:
|
||||||
|
|
||||||
orm_storage:
|
orm_storage:
|
||||||
default_entity_class: App\Entity\SettingsEntry
|
default_entity_class: App\Entity\SettingsEntry
|
||||||
|
|
||||||
|
|
||||||
|
# Disable caching for development environment
|
||||||
|
when@dev:
|
||||||
|
jbtronics_settings:
|
||||||
|
cache:
|
||||||
|
default_cacheable: false
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue