Disable settings caching in debug mode

Otherwise we run into errors, if a settings get changed
This commit is contained in:
Jan Böhmer 2025-09-07 19:44:17 +02:00
parent cee6d355e8
commit c7ec8adc31

View file

@ -6,3 +6,10 @@ jbtronics_settings:
orm_storage:
default_entity_class: App\Entity\SettingsEntry
# Disable caching for development environment
when@dev:
jbtronics_settings:
cache:
default_cacheable: false