|
2 | 2 | "server": { |
3 | 3 | "host": "localhost", |
4 | 4 | "port": 8080, |
5 | | - "searchEngine": "elasticsearch" |
| 5 | + "searchEngine": "elasticsearch", |
| 6 | + "useOutputCacheTagging": false, |
| 7 | + "useOutputCache": false, |
| 8 | + "outputCacheDefaultTtl": 86400, |
| 9 | + "availableCacheTags": ["P", "C", "T", "A", "product", "category", "attribute", "taxrule"], |
| 10 | + "invalidateCacheKey": "aeSu7aip", |
| 11 | + "invalidateCacheForwarding": false, |
| 12 | + "invalidateCacheForwardUrl": "http://localhost:3000/invalidate?key=aeSu7aip&tag=" |
6 | 13 | }, |
7 | 14 | "orders": { |
8 | 15 | "useServerQueue": false |
|
14 | 21 | "host": "localhost", |
15 | 22 | "port": 9200, |
16 | 23 | "protocol": "http", |
17 | | - "user": "elastic", |
18 | | - "password": "changeme", |
19 | 24 | "min_score": 0.01, |
20 | 25 | "indices": [ |
21 | 26 | "vue_storefront_catalog", |
|
70 | 75 | "tax": { |
71 | 76 | "defaultCountry": "DE", |
72 | 77 | "defaultRegion": "", |
| 78 | + "deprecatedPriceFieldsSupport": true, |
73 | 79 | "calculateServerSide": true, |
74 | | - "sourcePriceIncludesTax": false |
| 80 | + "sourcePriceIncludesTax": false, |
| 81 | + "finalPriceIncludesTax": true, |
| 82 | + "userGroupId": null, |
| 83 | + "useOnlyDefaultUserGroupId": false |
75 | 84 | }, |
76 | 85 | "i18n": { |
77 | 86 | "fullCountryName": "Germany", |
|
102 | 111 | "defaultCountry": "IT", |
103 | 112 | "defaultRegion": "", |
104 | 113 | "calculateServerSide": true, |
105 | | - "sourcePriceIncludesTax": false |
| 114 | + "sourcePriceIncludesTax": false, |
| 115 | + "deprecatedPriceFieldsSupport": true, |
| 116 | + "finalPriceIncludesTax": true, |
| 117 | + "userGroupId": null, |
| 118 | + "useOnlyDefaultUserGroupId": false |
106 | 119 | }, |
107 | 120 | "i18n": { |
108 | 121 | "fullCountryName": "Italy", |
|
128 | 141 | "alwaysSyncPlatformPricesOver": false, |
129 | 142 | "usePlatformTotals": true, |
130 | 143 | "setConfigurableProductOptions": true, |
131 | | - "sourcePriceIncludesTax": false |
| 144 | + "sourcePriceIncludesTax": false, |
| 145 | + "deprecatedPriceFieldsSupport": true, |
| 146 | + "finalPriceIncludesTax": true, |
| 147 | + "userGroupId": null, |
| 148 | + "useOnlyDefaultUserGroupId": false |
| 149 | + }, |
| 150 | + "review": { |
| 151 | + "defaultReviewStatus": 2 |
132 | 152 | }, |
133 | 153 | "bodyLimit": "100kb", |
134 | 154 | "corsHeaders": [ |
|
140 | 160 | "example-magento-api", |
141 | 161 | "cms-data", |
142 | 162 | "mail-service", |
143 | | - "example-processor" |
| 163 | + "example-processor", |
| 164 | + "elastic-stock" |
144 | 165 | ], |
145 | 166 | "extensions": { |
146 | 167 | "mailchimp": { |
147 | 168 | "listId": "e06875a7e1", |
148 | 169 | "apiKey": "a9a3318ea7d30f5c5596bd4a78ae0985-us3", |
149 | | - "apiUrl": "https://us3.api.mailchimp.com/3.0" |
| 170 | + "apiUrl": "https://us3.api.mailchimp.com/3.0", |
| 171 | + "userStatus": "subscribed" |
150 | 172 | }, |
151 | 173 | "mailService": { |
152 | 174 | "transport": { |
|
210 | 232 | "queue": 2, |
211 | 233 | "process": 4 |
212 | 234 | }, |
213 | | - "simd": true |
| 235 | + "simd": true, |
| 236 | + "caching": { |
| 237 | + "active": false, |
| 238 | + "type": "file", |
| 239 | + "file": { |
| 240 | + "path": "/tmp/vue-storefront-api" |
| 241 | + }, |
| 242 | + "google-cloud-storage": { |
| 243 | + "libraryOptions": {}, |
| 244 | + "bucket": "", |
| 245 | + "prefix": "vue-storefront-api/image-cache" |
| 246 | + } |
| 247 | + }, |
| 248 | + "action": { |
| 249 | + "type": "local" |
| 250 | + } |
214 | 251 | }, |
215 | 252 | "entities": { |
216 | 253 | "category": { |
|
0 commit comments