Skip to content

Commit 0a5fe14

Browse files
committed
[Configs] Add environment vars to change storage to SettingsStore
1 parent 0d32ff1 commit 0a5fe14

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed

.env

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,3 +19,14 @@ APP_ENV=dev
1919
#TRUSTED_PROXIES=127.0.0.0/8,10.0.0.0/8,172.16.0.0/12,192.168.0.0/16
2020
#TRUSTED_HOSTS='^(localhost|example\.com)$'
2121
###< symfony/framework-bundle ###
22+
23+
PIMCORE_WRITE_TARGET_IMAGE_THUMBNAILS=settings-store
24+
PIMCORE_WRITE_TARGET_CUSTOM_REPORTS=settings-store
25+
PIMCORE_WRITE_TARGET_VIDEO_THUMBNAILS=settings-store
26+
PIMCORE_WRITE_TARGET_DOCUMENT_TYPES=settings-store
27+
PIMCORE_WRITE_TARGET_WEB_TO_PRINT=settings-store
28+
PIMCORE_WRITE_TARGET_PREDEFINED_PROPERTIES=settings-store
29+
PIMCORE_WRITE_TARGET_PREDEFINED_ASSET_METADATA=settings-store
30+
PIMCORE_WRITE_TARGET_STATICROUTES=settings-store
31+
PIMCORE_WRITE_TARGET_PERSPECTIVES=settings-store
32+
PIMCORE_WRITE_TARGET_CUSTOM_VIEWS=settings-store

0 commit comments

Comments
 (0)