mirror of
https://github.com/Part-DB/Part-DB-server.git
synced 2025-08-31 15:30:42 +02:00
Use a doctrine entity for storing the settings
This commit is contained in:
parent
2f2f4b2b3e
commit
b9c3358f7f
3 changed files with 91 additions and 1 deletions
|
@ -1,2 +1,8 @@
|
|||
jbtronics_settings:
|
||||
default_storage_adapter: Jbtronics\SettingsBundle\Storage\PHPFileStorageAdapter
|
||||
default_storage_adapter: Jbtronics\SettingsBundle\Storage\ORMStorageAdapter
|
||||
|
||||
cache:
|
||||
default_cacheable: true
|
||||
|
||||
orm_storage:
|
||||
default_entity_class: App\Entity\SettingsEntry
|
Loading…
Add table
Add a link
Reference in a new issue