-
Notifications
You must be signed in to change notification settings - Fork 107
/
config.yaml
231 lines (202 loc) · 6.46 KB
/
config.yaml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
imports:
- { resource: 'local/' }
- { resource: ecommerce/base-ecommerce.yaml }
- { resource: cmf.yaml }
- { resource: workflows.yaml }
pimcore:
# IMPORTANT Notice!
# Following there are only some examples listed, for a full list of possible options, please run the following command:
# ./bin/console debug:config pimcore
# you can also filter them by path, eg.
# ./bin/console debug:config pimcore assets
# or even more specific:
# ./bin/console debug:config pimcore assets.image
security:
# the encoder factory as shipped by the CMF
password_hasher_factories:
Pimcore\Model\DataObject\Customer: cmf.security.user_password_hasher_factory
chromium:
uri: 'ws://chrome:3000/'
gotenberg:
base_url: 'http://gotenberg:3000'
config_location:
image_thumbnails:
write_target:
type: 'settings-store'
video_thumbnails:
write_target:
type: 'settings-store'
document_types:
write_target:
type: 'settings-store'
predefined_properties:
write_target:
type: 'settings-store'
predefined_asset_metadata:
write_target:
type: 'settings-store'
perspectives:
write_target:
type: 'settings-store'
custom_views:
write_target:
type: 'settings-store'
object_custom_layouts:
write_target:
type: 'settings-store'
system_settings:
write_target:
type: 'settings-store'
read_target:
type: 'settings-store'
#### TRANSLATIONS
# translations:
# case_insensitive: true
#### FEATURE FLAGS
# flags:
# zend_date: true
#### CLASS OVERRIDES EXAMPLES
# models:
# class_overrides:
# 'Pimcore\Model\DataObject\News': 'App\Model\DataObject\News'
# 'Pimcore\Model\DataObject\News\Listing': 'App\Model\DataObject\News\Listing'
# 'Pimcore\Model\DataObject\Folder': 'App\Model\DataObject\Folder'
# 'Pimcore\Model\Asset\Folder': 'App\Model\Asset\Folder'
# 'Pimcore\Model\Asset\Image': 'App\Model\Asset\Image'
# 'Pimcore\Model\Document\Page': 'App\Model\Document\Page'
# 'Pimcore\Model\Document\Link': 'App\Model\Document\Link'
# 'Pimcore\Model\Document\Listing': 'App\Model\Document\Listing'
#### CUSTOM DOCUMENT EDITABLES
# documents:
# allow_trailing_slash: 'yes'
# generate_preview: false
# tags:
# map:
# markdown: \App\Model\Document\Tag\Markdown
#### CUSTOM OBJECT DATA TYPES
# objects:
# class_definitions:
# data:
# map:
# myDataType: \App\Model\DataObject\Data\MyDataType
#### ASSET CUSTOM SETTINGS
# assets:
# icc_rgb_profile: ''
# icc_cmyk_profile: ''
# versions:
# use_hardlinks: false
# image:
# low_quality_image_preview:
# enabled: false
# generator: imagick
# thumbnails:
# webp_auto_support: false
#### SYSTEM SETTINGS
# general:
# timezone: Europe/Berlin
# path_variable: ''
# full_page_cache:
# enabled: false
# lifetime: null
# exclude_cookie: ''
# exclude_patterns: ''
# httpclient:
# adapter: Socket # use 'Proxy' for custom proxy configuration
# proxy_host: ''
# proxy_port: ''
# proxy_user: ''
# proxy_pass: ''
# email:
# sender:
# name: 'Pimcore Demo'
# email: demo@pimcore.com
# return:
# name: ''
# email: ''
# applicationlog:
# mail_notification:
# send_log_summary: false
# filter_priority: null
# mail_receiver: ''
# archive_treshold: '30'
# archive_alternative_database: ''
#### Pimcore ADMIN
pimcore_admin:
admin_csp_header:
enabled: true
exclude_paths:
- '@^/admin/external_opcache@'
config_location:
admin_system_settings:
write_target:
type: 'settings-store'
read_target:
type: 'settings-store'
#### SYMFONY OVERRIDES
framework:
#### USE CUSTOM CACHE POOL
# cache:
# pools:
# pimcore.cache.pool:
# public: true
# default_lifetime: 31536000 # 1 year
# adapter: cache.adapter.redis_tag_aware
# provider: 'redis://localhost' # Redis DNS, see: https://symfony.com/doc/current/components/cache/adapters/redis_adapter.html#configure-the-connection
#### USE SESSION HANDLER CONFIGURED IN php.ini
# session:
# handler_id: null
#### SYMFONY MAILER TRANSPORTS
mailer:
transports:
main: smtp://user:pass@mailpit:1025
# pimcore_newsletter: smtp://user:pass@smtp.example.com:port
# pimcore_newsletter:
# default_url_prefix: 'https://my-host.com' # default prefix for your static assets
# use_specific: false # set true to use the following options for newsletter delivery
# sender:
# name: ''
# email: ''
# return:
# name: ''
# email: ''
pimcore_seo:
sitemaps:
generators:
app_news:
enabled: true
priority: 50
generator_id: App\Sitemaps\NewsGenerator
app_cars:
enabled: true
priority: 49
generator_id: App\Sitemaps\ProductGenerator
app_category:
enabled: true
priority: 48
generator_id: App\Sitemaps\CategoryGenerator
# Pimcore ships a default document tree generator which is enabled by default
# but you can easily disable it here.
pimcore_documents:
enabled: true
redirects:
auto_create_redirects: true
pimcore_web_to_print:
config_location:
web_to_print:
write_target:
type: 'settings-store'
pimcore_static_routes:
config_location:
staticroutes:
write_target:
type: 'settings-store'
pimcore_custom_reports:
config_location:
custom_reports:
write_target:
type: 'settings-store'
pimcore_data_hub:
config_location:
data_hub:
write_target:
type: 'settings-store'