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