· 6 years ago · Feb 10, 2020, 11:22 AM
1{
2 "server": {
3 "host": "localhost",
4 "port": 3000,
5 "protocol": "http",
6 "api": "api",
7 "devServiceWorker": false,
8 "useOutputCacheTagging": true,
9 "useOutputCache": false,
10 "outputCacheDefaultTtl": 86400,
11 "availableCacheTags": ["product", "category", "home", "checkout", "page-not-found", "compare", "my-account", "P", "C", "error"],
12 "invalidateCacheKey": "aeSu7aip",
13 "dynamicConfigReload": false,
14 "dynamicConfigContinueOnError": false,
15 "dynamicConfigExclude": ["ssr", "storeViews", "entities", "localForage", "shipping", "boost", "query"],
16 "dynamicConfigInclude": [],
17 "elasticCacheQuota": 3096
18 },
19 "seo": {
20 "useUrlDispatcher": true,
21 "disableUrlRoutesPersistentCache": true
22 },
23 "console": {
24 "showErrorOnProduction" : true,
25 "verbosityLevel": "display-everything"
26 },
27 "redis": {
28 "host": "localhost",
29 "port": 6380,
30 "db": 0
31 },
32 "graphql":{
33 "host": "localhost",
34 "port": 8080
35 },
36 "api": {
37 "url": "http://localhost:8080"
38 },
39 "elasticsearch": {
40 "httpAuth": "",
41 "host": "/api/catalog",
42 "index": "vue_storefront_catalog",
43 "min_score": 0.02,
44 "csrTimeout": 5000,
45 "ssrTimeout": 1000,
46 "queryMethod": "GET",
47 "disablePersistentQueriesCache": true,
48 "searchScoring": {
49 "attributes": {
50 "attribute_code": {
51 "scoreValues": { "attribute_value": { "weight": 1 } }
52 }
53 },
54 "fuzziness": 2,
55 "cutoff_frequency": 0.01,
56 "max_expansions": 3,
57 "minimum_should_match": "75%",
58 "prefix_length": 2,
59 "boost_mode": "multiply",
60 "score_mode": "multiply",
61 "max_boost": 100,
62 "function_min_score": 1
63 },
64 "searchableAttributes": {
65 "name": {
66 "boost": 4
67 },
68 "sku": {
69 "boost": 2
70 },
71 "category.name": {
72 "boost": 1
73 }
74 }
75 },
76 "ssr": {
77 "templates": {
78 "default": "dist/index.html",
79 "minimal": "dist/index.minimal.html",
80 "basic": "dist/index.basic.html",
81 "amp": "dist/index.amp.html"
82 },
83 "executeMixedinAsyncData": true,
84 "initialStateFilter": ["__DEMO_MODE__", "version", "storeView"],
85 "useInitialStateFilter": true
86 },
87 "defaultStoreCode": "",
88 "storeViews": {
89 "multistore": false,
90 "commonCache": true,
91 "mapStoreUrlsFor": ["de", "it"],
92 "de": {
93 "storeCode": "de",
94 "disabled": true,
95 "storeId": 3,
96 "name": "German Store",
97 "url": "/de",
98 "elasticsearch": {
99 "host": "/api/catalog",
100 "index": "vue_storefront_catalog_de"
101 },
102 "tax": {
103 "sourcePriceIncludesTax": false,
104 "defaultCountry": "DE",
105 "defaultRegion": "",
106 "calculateServerSide": true
107 },
108 "i18n": {
109 "fullCountryName": "Germany",
110 "fullLanguageName": "German",
111 "defaultLanguage": "DE",
112 "defaultCountry": "DE",
113 "defaultLocale": "de-DE",
114 "currencyCode": "EUR",
115 "currencySign": "EUR",
116 "dateFormat": "HH:mm D-M-YYYY"
117 }
118 },
119 "it": {
120 "storeCode": "it",
121 "disabled": true,
122 "storeId": 4,
123 "name": "Italian Store",
124 "url": "/it",
125 "elasticsearch": {
126 "host": "/api/catalog",
127 "index": "vue_storefront_catalog_it"
128 },
129 "tax": {
130 "sourcePriceIncludesTax": false,
131 "defaultCountry": "IT",
132 "defaultRegion": "",
133 "calculateServerSide": true
134 },
135 "i18n": {
136 "fullCountryName": "Italy",
137 "fullLanguageName": "Italian",
138 "defaultCountry": "IT",
139 "defaultLanguage": "IT",
140 "defaultLocale": "it-IT",
141 "currencyCode": "EUR",
142 "currencySign": "EUR",
143 "dateFormat": "HH:mm D-M-YYYY"
144 }
145 }
146 },
147 "entities": {
148 "optimize": true,
149 "twoStageCaching": true,
150 "optimizeShoppingCart": true,
151 "category": {
152 "includeFields": [ "id", "*.children_data.id", "*.id", "children_count", "sku", "name", "is_active", "parent_id", "level", "url_key", "url_path", "product_count", "path"],
153 "excludeFields": [ "sgn" ],
154 "categoriesRootCategorylId": 2,
155 "categoriesDynamicPrefetchLevel": 2,
156 "categoriesDynamicPrefetch": true
157 },
158 "attribute": {
159 "includeFields": [ "attribute_code", "id", "entity_type_id", "options", "default_value", "is_user_defined", "frontend_label", "attribute_id", "default_frontend_label", "is_visible_on_front", "is_visible", "is_comparable", "tier_prices", "frontend_input" ]
160 },
161 "productList": {
162 "sort": "",
163 "includeFields": [ "type", "manufacturer", "color_simple", "group_code", "group_code2", "size_simple", "size", "color", "type_id", "sku", "product_links", "tax_class_id", "special_price", "special_to_date", "special_from_date", "name", "price", "priceInclTax", "originalPriceInclTax", "originalPrice", "specialPriceInclTax", "id", "image", "sale", "new", "url_key" ],
164 "excludeFields": [ "configurable_children", "description", "configurable_options", "sgn" ]
165 },
166 "productListWithChildren": {
167 "includeFields": [ "type", "manufacturer", "color_simple", "group_code", "group_code2", "size_simple", "size", "color", "type_id", "sku", "name", "tax_class_id", "special_price", "special_to_date", "special_from_date", "price", "priceInclTax", "originalPriceInclTax", "originalPrice", "specialPriceInclTax", "id", "image", "sale", "new", "configurable_children.image", "configurable_children.sku", "configurable_children.price", "configurable_children.special_price", "configurable_children.priceInclTax", "configurable_children.specialPriceInclTax", "configurable_children.originalPrice", "configurable_children.originalPriceInclTax", "configurable_children.color", "configurable_children.size", "product_links", "url_key"],
168 "excludeFields": [ "description", "sgn"]
169 },
170 "review": {
171 "excludeFields": ["review_entity", "review_status"]
172 },
173 "product": {
174 "excludeFields": [ "*.msrp_display_actual_price_type", "required_options", "updated_at", "created_at", "attribute_set_id", "options_container", "msrp_display_actual_price_type", "has_options", "stock.manage_stock", "stock.use_config_min_qty", "stock.use_config_notify_stock_qty", "stock.stock_id", "stock.use_config_backorders", "stock.use_config_enable_qty_inc", "stock.enable_qty_increments", "stock.use_config_manage_stock", "stock.use_config_min_sale_qty", "stock.notify_stock_qty", "stock.use_config_max_sale_qty", "stock.use_config_max_sale_qty", "stock.qty_increments", "small_image", "sgn", "*.sgn"],
175 "includeFields": null,
176 "useDynamicAttributeLoader": true,
177 "standardSystemFields": [
178 "description",
179 "configurable_options",
180 "tsk",
181 "custom_attributes",
182 "size_options",
183 "regular_price",
184 "final_price",
185 "price",
186 "color_options",
187 "id",
188 "links",
189 "gift_message_available",
190 "category_ids",
191 "sku",
192 "stock",
193 "image",
194 "thumbnail",
195 "visibility",
196 "type_id",
197 "tax_class_id",
198 "media_gallery",
199 "url_key",
200 "url_path",
201 "max_price",
202 "minimal_regular_price",
203 "special_price",
204 "minimal_price",
205 "name",
206 "configurable_children",
207 "max_regular_price",
208 "category",
209 "status",
210 "priceTax",
211 "priceInclTax",
212 "specialPriceTax",
213 "specialPriceInclTax",
214 "_score",
215 "slug",
216 "errors",
217 "info",
218 "erin_recommends",
219 "special_from_date",
220 "news_from_date",
221 "custom_design_from",
222 "originalPrice",
223 "originalPriceInclTax",
224 "parentSku",
225 "options",
226 "product_option",
227 "qty",
228 "is_configured"
229 ]
230 }
231 },
232 "cart": {
233 "bypassCartLoaderForAuthorizedUsers": true,
234 "serverMergeByDefault": true,
235 "serverSyncCanRemoveLocalItems": false,
236 "serverSyncCanModifyLocalItems": false,
237 "synchronize": true,
238 "synchronize_totals": true,
239 "setCustomProductOptions": true,
240 "setConfigurableProductOptions": true,
241 "askBeforeRemoveProduct": true,
242 "displayItemDiscounts": true,
243 "minicartCountType": "quantities",
244 "create_endpoint": "http://localhost:8080/api/cart/create?token={{token}}",
245 "updateitem_endpoint": "http://localhost:8080/api/cart/update?token={{token}}&cartId={{cartId}}",
246 "deleteitem_endpoint": "http://localhost:8080/api/cart/delete?token={{token}}&cartId={{cartId}}",
247 "pull_endpoint": "http://localhost:8080/api/cart/pull?token={{token}}&cartId={{cartId}}",
248 "totals_endpoint": "http://localhost:8080/api/cart/totals?token={{token}}&cartId={{cartId}}",
249 "paymentmethods_endpoint": "http://localhost:8080/api/cart/payment-methods?token={{token}}&cartId={{cartId}}",
250 "shippingmethods_endpoint": "http://localhost:8080/api/cart/shipping-methods?token={{token}}&cartId={{cartId}}",
251 "shippinginfo_endpoint": "http://localhost:8080/api/cart/shipping-information?token={{token}}&cartId={{cartId}}",
252 "collecttotals_endpoint": "http://localhost:8080/api/cart/collect-totals?token={{token}}&cartId={{cartId}}",
253 "deletecoupon_endpoint": "http://localhost:8080/api/cart/delete-coupon?token={{token}}&cartId={{cartId}}",
254 "applycoupon_endpoint": "http://localhost:8080/api/cart/apply-coupon?token={{token}}&cartId={{cartId}}&coupon={{coupon}}"
255 },
256 "products": {
257 "disablePersistentProductsCache": true,
258 "useShortCatalogUrls": true,
259 "useMagentoUrlKeys": false,
260 "setFirstVarianAsDefaultInURL": false,
261 "configurableChildrenStockPrefetchStatic": true,
262 "configurableChildrenStockPrefetchDynamic": false,
263 "configurableChildrenStockPrefetchStaticPrefetchCount": 8,
264 "filterUnavailableVariants": false,
265 "listOutOfStockProducts": true,
266 "preventConfigurableChildrenDirectAccess": true,
267 "alwaysSyncPlatformPricesOver": false,
268 "clearPricesBeforePlatformSync": false,
269 "waitForPlatformSync": false,
270 "setupVariantByAttributeCode": true,
271 "endpoint": "http://localhost:8080/api/product",
272 "defaultFilters": ["color_simple", "size_simple", "price", "manufacturer", "type", "type2", "type3", "type4"],
273 "filterFieldMapping": {
274 "category.name": "category.name.keyword"
275 },
276 "colorMappings": {
277 "Melange graphite": "#eeeeee"
278 },
279 "sortByAttributes": {
280 "Latest": "updated_at",
281 "Price: Low to high":"price",
282 "Price: High to low":"price:desc"
283 },
284 "gallery": {
285 "variantsGroupAttribute": "color",
286 "mergeConfigurableChildren": true,
287 "imageAttributes": ["image","thumbnail","small_image"],
288 "width": 600,
289 "height": 744
290 },
291 "filterAggregationSize": {
292 "default": 200,
293 "size": 200,
294 "color": 200
295 }
296 },
297 "orders": {
298 "directBackendSync": true,
299 "endpoint": "http://localhost:8080/api/order",
300 "payment_methods_mapping": {
301 },
302 "offline_orders": {
303 "automatic_transmission_enabled": false,
304 "notification" : {
305 "enabled": true,
306 "title" : "Order waiting!",
307 "message": "Click here to confirm the order that you made offline.",
308 "icon": "/assets/logo.png"
309 }
310 }
311 },
312 "localForage": {
313 "defaultDrivers": {
314 "user": "LOCALSTORAGE",
315 "cmspage": "LOCALSTORAGE",
316 "cmsblock": "LOCALSTORAGE",
317 "carts": "LOCALSTORAGE",
318 "orders": "LOCALSTORAGE",
319 "wishlist": "LOCALSTORAGE",
320 "categories": "LOCALSTORAGE",
321 "attributes": "LOCALSTORAGE",
322 "elasticCache": "LOCALSTORAGE",
323 "claims": "LOCALSTORAGE",
324 "syncTasks": "LOCALSTORAGE",
325 "ordersHistory": "LOCALSTORAGE",
326 "checkoutFieldValues": "LOCALSTORAGE"
327 }
328 },
329 "reviews": {
330 "create_endpoint": "http://localhost:8080/api/review/create"
331 },
332 "users": {
333 "autoRefreshTokens": true,
334 "endpoint": "http://localhost:8080/api/user",
335 "history_endpoint": "http://localhost:8080/api/user/order-history?token={{token}}",
336 "resetPassword_endpoint": "http://localhost:8080/api/user/reset-password",
337 "changePassword_endpoint": "http://localhost:8080/api/user/change-password?token={{token}}",
338 "login_endpoint": "http://localhost:8080/api/user/login",
339 "create_endpoint": "http://localhost:8080/api/user/create",
340 "me_endpoint": "http://localhost:8080/api/user/me?token={{token}}",
341 "refresh_endpoint": "http://localhost:8080/api/user/refresh"
342 },
343 "stock": {
344 "synchronize": false,
345 "allowOutOfStockInCart": true,
346 "endpoint": "http://localhost:8080/api/stock"
347 },
348 "images": {
349 "useExactUrlsNoProxy": false,
350 "baseUrl": "https://demo.vuestorefront.io/img/",
351 "productPlaceholder": "/assets/placeholder.jpg"
352 },
353 "install": {
354 "is_local_backend": true,
355 "backend_dir": "../vue-storefront-api"
356 },
357 "demomode": false,
358 "tax": {
359 "defaultCountry": "PL",
360 "defaultRegion": "",
361 "sourcePriceIncludesTax": false,
362 "calculateServerSide": true
363 },
364 "shipping": {
365 "methods": [
366 {
367 "method_title": "Inpost",
368 "method_code": "inpost",
369 "carrier_code": "inpost",
370 "amount": 10,
371 "price_incl_tax": 5,
372 "default": true,
373 "offline": true
374 },
375 {
376 "method_title": "Pocztex",
377 "method_code": "pocztex",
378 "carrier_code": "pocztex",
379 "amount": 10,
380 "price_incl_tax": 5,
381 "default": false,
382 "offline": true
383 },
384 {
385 "method_title": "Odbiór osobisty",
386 "method_code": "free",
387 "carrier_code": "free",
388 "amount": 0,
389 "price_incl_tax": 5,
390 "default": false,
391 "offline": true
392 }
393 ]
394 },
395 "syncTasks": {
396 "disablePersistentTaskQueue": true
397 },
398 "i18n": {
399 "defaultCountry": "PL",
400 "defaultLanguage": "PL",
401 "availableLocale": ["en-US","de-DE","fr-FR","es-ES","nl-NL", "jp-JP", "ru-RU", "it-IT", "pt-BR", "pl-PL", "cs-CZ"],
402 "defaultLocale": "pl-PL",
403 "currencyCode": "PLN",
404 "currencySign": " zł",
405 "currencySignPlacement": "append",
406 "dateFormat": "HH:mm D/M/YYYY",
407 "fullCountryName": "Poland",
408 "fullLanguageName": "Polish",
409 "bundleAllStoreviewLanguages": true
410 },
411 "mailchimp": {
412 "endpoint": "http://localhost:8080/api/ext/mailchimp-subscribe/subscribe"
413 },
414 "mailer": {
415 "endpoint": {
416 "send": "http://localhost:8080/api/ext/mail-service/send-email",
417 "token": "http://localhost:8080/api/ext/mail-service/get-token"
418 },
419 "contactAddress": "contributors@vuestorefront.io",
420 "sendConfirmation": true
421 },
422 "theme": "easy",
423 "analytics": {
424 "id": false
425 },
426 "hotjar": {
427 "id": false
428 },
429 "cms": {
430 "endpoint": "http://localhost:8080/api/ext/cms-data/cms{{type}}/{{cmsId}}",
431 "endpointIdentifier": "http://localhost:8080/api/ext/cms-data/cms{{type}}Identifier/{{cmsIdentifier}}/storeId/{{storeId}}"
432 },
433 "cms_block": {
434 "max_count": 500
435 },
436 "cms_page": {
437 "max_count": 500
438 },
439 "usePriceTiers": false,
440 "useZeroPriceProduct": true,
441 "query": {
442 "inspirations": {
443 "filter": [
444 {
445 "key": "category.name",
446 "value" : { "eq": "Performance Fabrics" }
447 }
448 ]
449 },
450 "newProducts": {
451 "filter": [
452 {
453 "key": "category.name",
454 "value" : { "eq": "Tees" }
455 }
456 ]
457 },
458 "coolBags": {
459 "filter": [
460 {
461 "key": "category.name",
462 "value" : { "eq": "Women" }
463 }
464 ]
465 },
466 "bestSellers": {
467 "filter": [
468 {
469 "key": "category.name",
470 "value" : { "eq": "Tees" }
471 }
472 ]
473 }
474 }
475
476}