· 6 years ago · Sep 04, 2019, 07:28 AM
1<?php
2return [
3 'cache' => [
4 'frontend' => [
5 'default' => [
6 'backend' => 'Cm_Cache_Backend_Redis',
7 'backend_options' => [
8 'server' => 'redis',
9 'port' => '6379',
10 'database' => 1
11 ]
12 ],
13 'page_cache' => [
14 'backend' => 'Cm_Cache_Backend_Redis',
15 'backend_options' => [
16 'server' => 'redis',
17 'port' => '6379',
18 'database' => 2
19 ]
20 ]
21 ]
22 ],
23 'MAGE_MODE' => 'production',
24 'cron' => [
25
26 ],
27 'backend' => [
28 'frontName' => 'admin'
29 ],
30 'db' => [
31 'connection' => [
32 'default' => [
33 'username' => 'root',
34 'host' => 'db',
35 'dbname' => 'magento2',
36 'password' => 'magento2',
37 'model' => 'mysql4',
38 'engine' => 'innodb',
39 'initStatements' => 'SET NAMES utf8;',
40 'active' => '1'
41 ],
42 'indexer' => [
43 'username' => 'root',
44 'host' => 'db',
45 'dbname' => 'magento2',
46 'password' => 'magento2',
47 'model' => 'mysql4',
48 'engine' => 'innodb',
49 'initStatements' => 'SET NAMES utf8;',
50 'active' => '1',
51 'persistent' => NULL
52 ]
53 ],
54 'table_prefix' => ''
55 ],
56 'crypt' => [
57 'key' => 'dd91953735b3e470a4723e78671f394a'
58 ],
59 'resource' => [
60 'default_setup' => [
61 'connection' => 'default'
62 ]
63 ],
64 'x-frame-options' => 'SAMEORIGIN',
65 'session' => [
66 'save' => 'redis',
67 'redis' => [
68 'host' => 'redis',
69 'port' => '6379',
70 'database' => 0,
71 'disable_locking' => 1
72 ]
73 ],
74 'cache_types' => [
75 'config' => 1,
76 'layout' => 1,
77 'block_html' => 1,
78 'collections' => 1,
79 'reflection' => 1,
80 'db_ddl' => 1,
81 'compiled_config' => 1,
82 'eav' => 1,
83 'customer_notification' => 1,
84 'full_page' => 1,
85 'config_integration' => 1,
86 'config_integration_api' => 1,
87 'amasty_shopby' => 1,
88 'target_rule' => 1,
89 'config_webservice' => 1,
90 'translate' => 1,
91 'ec_cache' => 1
92 ],
93 'install' => [
94 'date' => 'Tue, 03 Sep 2019 12:16:18 +0000'
95 ],
96 'static_content_on_demand_in_production' => 0,
97 'force_html_minification' => 1,
98 'cron_consumers_runner' => [
99 'cron_run' => false,
100 'max_messages' => 10000,
101 'consumers' => [
102
103 ]
104 ],
105 'system' => [
106 'default' => [
107 'dev' => [
108 'js' => [
109 'session_storage_key' => 'collected_errors'
110 ],
111 'restrict' => [
112 'allow_ips' => NULL
113 ]
114 ],
115 'system' => [
116 'smtp' => [
117 'host' => 'localhost',
118 'port' => '25'
119 ],
120 'full_page_cache' => [
121 'varnish' => [
122 'access_list' => 'localhost',
123 'backend_host' => 'localhost',
124 'backend_port' => '8080'
125 ]
126 ],
127 'magento_scheduled_import_export_log' => [
128 'error_email' => NULL
129 ]
130 ],
131 'web' => [
132 'unsecure' => [
133 'base_url' => 'http://ccl.test/',
134 'base_link_url' => '{{unsecure_base_url}}',
135 'base_static_url' => 'https://ccl.test/static/',
136 'base_media_url' => 'https://ccl.test/media/'
137 ],
138 'secure' => [
139 'base_url' => 'http://ccl.test/',
140 'base_link_url' => '{{secure_base_url}}',
141 'base_static_url' => 'https://ccl.test/static/',
142 'base_media_url' => 'https://ccl.test/media/'
143 ],
144 'default' => [
145 'front' => 'cms'
146 ],
147 'cookie' => [
148 'cookie_path' => NULL,
149 'cookie_domain' => NULL
150 ]
151 ],
152 'admin' => [
153 'url' => [
154 'custom' => NULL,
155 'custom_path' => 'admin2mq49m'
156 ]
157 ],
158 'currency' => [
159 'import' => [
160 'error_email' => NULL
161 ]
162 ],
163 'customer' => [
164 'create_account' => [
165 'email_domain' => 'example.com'
166 ]
167 ],
168 'catalog' => [
169 'search' => [
170 'elasticsearch_server_hostname' => 'localhost',
171 'elasticsearch_server_port' => '9200',
172 'elasticsearch_index_prefix' => 'magento2',
173 'elasticsearch_enable_auth' => '0',
174 'elasticsearch_server_timeout' => '15',
175 'elasticsearch5_server_hostname' => 'elasticsearch',
176 'elasticsearch5_server_port' => '9200',
177 'elasticsearch5_index_prefix' => 'magento2',
178 'elasticsearch5_enable_auth' => '0',
179 'elasticsearch5_server_timeout' => '15'
180 ],
181 'productalert_cron' => [
182 'error_email' => NULL
183 ],
184 'product_video' => [
185 'youtube_api_key' => 'AIzaSyCSci0533XIXhsR_nOOzWmQ6tJ5yr9hMRU'
186 ]
187 ],
188 'trans_email' => [
189 'ident_custom1' => [
190 'email' => 'info@ccl.org',
191 'name' => 'Custom 1'
192 ],
193 'ident_custom2' => [
194 'email' => 'info@ccl.org',
195 'name' => 'Custom 2'
196 ],
197 'ident_general' => [
198 'email' => 'info@ccl.org',
199 'name' => 'Owner'
200 ],
201 'ident_sales' => [
202 'email' => 'info@ccl.org',
203 'name' => 'Sales'
204 ],
205 'ident_support' => [
206 'email' => 'info@ccl.org',
207 'name' => 'CustomerSupport'
208 ]
209 ],
210 'payment' => [
211 'authorizenet_directpost' => [
212 'debug' => '0',
213 'email_customer' => '0',
214 'login' => NULL,
215 'merchant_email' => NULL,
216 'test' => '1',
217 'trans_key' => NULL,
218 'trans_md5' => NULL,
219 'cgi_url' => 'https://secure.authorize.net/gateway/transact.dll',
220 'cgi_url_td' => 'https://api2.authorize.net/xml/v1/request.api'
221 ],
222 'cybersource' => [
223 'sandbox_flag' => '1',
224 'access_key' => '0:3:t1x67DAVnrGNVpRR8pkk1pLfb7I9prAmd+S8J+A2ePvdv9w5nw++mwHwf9RIMpAD30pkAPvS7RJHD5cz',
225 'profile_id' => '0:3:HywSjLJIROrQKQnK1p2p9lKbhWeFoZg8opdmRZzgDC5uzDAHNxXuyoDVJDrAqEwSZkKB8T8ZPwZ6XGPmX5HqCg==',
226 'secret_key' => '0:3:O4ACAnFgWq9sMU7jz5KnP2np0cStfjHV3J2lDn19VIKv7t6JOSFK87EZuI4mmqex8BZrCI2D2VACBoboCTLh+DqI9Uh2atI4J4NpAZebYpiEOY7yw7tRunYpBmyUWmPboAea0pzIaYwAT+6d9foazY9twq2bTP3a0wHlat8VtCpQoYTlAxwM7SbpGkcfM58J0TXfpdBeNp3MV/B8gt8SIfJ5rFPrUL3u5RBtxlbniwFbiZWcjy/Iy0iDRU9Iw9rCpZdBY+22YO68k0Qd1IGCXBf9jYLHexDeipqngv+JzbPEe++kTWa//vCcJCO4WdSNFi7lexcLX45arSETtwUuG3NI+IXmSCel2uq05OnbUkdnC7OzuY0Ag8xpCho=',
227 'merchant_id' => '0:3:qV4mUtTNJ396Ip3GrkU6ZSXBCu02Li6YfFkl8WybdWn7rQ==',
228 'transaction_key' => '0:3:xByh/4NMFhobWgU6MNx8KU+DeYcBFULDFwLgA46pkfaT2hndmOhVdCFX+V8FRwvZeRfIPDtGg00+XvU/XZHgtTRoVRFF8Mon2ugcTaDMU3aTOvPTO+z3MTdaShRtBEsXBV70m25OiTc3AGrWg7F6JJGYKCgX4vkbXZbcAJwmjM81Zn9E02OiZeAMzZ8mGyI47fxKHt9qiU03agWm0Id2Dxaun+uiFkMTepWZd4bPDR1olpATO9IguOotlfNivDRQyVzabuvGGW1nOyieZGlQV70QuTAvxGWPtwjW112U5kFcy41zh7r32ZnEinH+ZcZaQAYHnUwJabJ8otdZ2Uisb8XeBCOMdeak8DtoEMWnOpa4h7gglqQAv2Pw/qyDnsqNneHFo4Vz7brfqqYSJCGGbyx+ZrkYRiQp9hFovnpStF+1dMkqH8ejo3mr1S/QhMKDln/CPy8VEO9zcahCoXRfQXkzNipFmAAVb34FblCD/p0W6XMP'
229 ],
230 'eway' => [
231 'sandbox_flag' => '1',
232 'live_api_key' => NULL,
233 'live_api_password' => NULL,
234 'live_encryption_key' => NULL,
235 'sandbox_api_key' => NULL,
236 'sandbox_api_password' => NULL,
237 'sandbox_encryption_key' => NULL
238 ],
239 'checkmo' => [
240 'mailing_address' => NULL
241 ],
242 'paypal_express' => [
243 'debug' => '0'
244 ],
245 'paypal_express_bml' => [
246 'publisher_id' => NULL
247 ],
248 'payflow_express' => [
249 'debug' => '0'
250 ],
251 'payflowpro' => [
252 'user' => NULL,
253 'pwd' => NULL,
254 'partner' => NULL,
255 'sandbox_flag' => '0',
256 'debug' => '0'
257 ],
258 'paypal_billing_agreement' => [
259 'debug' => '0'
260 ],
261 'payflow_link' => [
262 'pwd' => NULL,
263 'url_method' => 'GET',
264 'sandbox_flag' => '0',
265 'use_proxy' => '0',
266 'debug' => '0'
267 ],
268 'payflow_advanced' => [
269 'user' => NULL,
270 'pwd' => NULL,
271 'url_method' => 'GET',
272 'sandbox_flag' => '0',
273 'debug' => '0'
274 ],
275 'braintree' => [
276 'private_key' => NULL,
277 'merchant_id' => NULL,
278 'merchant_account_id' => NULL,
279 'descriptor_phone' => NULL,
280 'descriptor_url' => NULL
281 ],
282 'braintree_paypal' => [
283 'merchant_name_override' => NULL
284 ],
285 'worldpay' => [
286 'response_password' => NULL,
287 'auth_password' => NULL,
288 'md5_secret' => NULL,
289 'sandbox_flag' => '1',
290 'signature_fields' => 'instId:cartId:amount:currency',
291 'installation_id' => NULL
292 ]
293 ],
294 'sales_email' => [
295 'order' => [
296 'copy_to' => 'test@sherocommerce.com,TechnicalTeam@ccl.org'
297 ],
298 'order_comment' => [
299 'copy_to' => NULL
300 ],
301 'invoice' => [
302 'copy_to' => NULL
303 ],
304 'invoice_comment' => [
305 'copy_to' => NULL
306 ],
307 'shipment' => [
308 'copy_to' => NULL
309 ],
310 'shipment_comment' => [
311 'copy_to' => NULL
312 ],
313 'creditmemo' => [
314 'copy_to' => NULL
315 ],
316 'creditmemo_comment' => [
317 'copy_to' => NULL
318 ],
319 'quote' => [
320 'copy_to' => NULL
321 ],
322 'magento_rma' => [
323 'copy_to' => NULL
324 ],
325 'magento_rma_auth' => [
326 'copy_to' => NULL
327 ],
328 'magento_rma_comment' => [
329 'copy_to' => NULL
330 ],
331 'magento_rma_customer_comment' => [
332 'copy_to' => NULL
333 ]
334 ],
335 'promo' => [
336 'magento_reminder' => [
337 'identity' => 'general'
338 ]
339 ],
340 'company' => [
341 'email' => [
342 'company_registration' => 'general',
343 'company_credit_change' => 'sales'
344 ]
345 ],
346 'contact' => [
347 'email' => [
348 'recipient_email' => 'hello@example.com'
349 ]
350 ],
351 'analytics' => [
352 'url' => [
353 'signup' => 'https://advancedreporting.rjmetrics.com/signup',
354 'update' => 'https://advancedreporting.rjmetrics.com/update',
355 'bi_essentials' => 'https://dashboard.rjmetrics.com/v2/magento/signup',
356 'otp' => 'https://advancedreporting.rjmetrics.com/otp',
357 'report' => 'https://advancedreporting.rjmetrics.com/report',
358 'notify_data_changed' => 'https://advancedreporting.rjmetrics.com/report'
359 ],
360 'general' => [
361 'token' => NULL
362 ]
363 ],
364 'carriers' => [
365 'dhl' => [
366 'account' => NULL,
367 'gateway_url' => 'https://xmlpi-ea.dhl.com/XMLShippingServlet',
368 'id' => NULL,
369 'password' => NULL,
370 'debug' => '0'
371 ],
372 'fedex' => [
373 'account' => NULL,
374 'meter_number' => NULL,
375 'key' => NULL,
376 'password' => NULL,
377 'sandbox_mode' => '0',
378 'production_webservices_url' => 'https://ws.fedex.com:443/web-services/',
379 'sandbox_webservices_url' => 'https://wsbeta.fedex.com:443/web-services/',
380 'smartpost_hubid' => NULL
381 ],
382 'ups' => [
383 'access_license_number' => NULL,
384 'gateway_url' => 'http://www.ups.com/using/services/rave/qcostcgi.cgi',
385 'gateway_xml_url' => 'https://onlinetools.ups.com/ups.app/xml/Rate',
386 'tracking_xml_url' => 'https://onlinetools.ups.com/ups.app/xml/Track',
387 'username' => NULL,
388 'password' => NULL,
389 'is_account_live' => '0',
390 'shipper_number' => NULL,
391 'debug' => '0'
392 ],
393 'usps' => [
394 'gateway_url' => 'http://production.shippingapis.com/ShippingAPI.dll',
395 'gateway_secure_url' => 'https://secure.shippingapis.com/ShippingAPI.dll',
396 'userid' => NULL,
397 'password' => NULL
398 ]
399 ],
400 'google' => [
401 'analytics' => [
402 'container_id' => 'GTM-NG5XMF'
403 ]
404 ],
405 'newrelicreporting' => [
406 'general' => [
407 'api_url' => 'https://api.newrelic.com/deployments.xml',
408 'insights_api_url' => 'https://insights-collector.newrelic.com/v1/accounts/%s/events'
409 ]
410 ],
411 'paypal' => [
412 'wpp' => [
413 'api_password' => NULL,
414 'api_signature' => NULL,
415 'api_username' => NULL,
416 'sandbox_flag' => '0'
417 ],
418 'fetch_reports' => [
419 'ftp_login' => NULL,
420 'ftp_password' => NULL,
421 'ftp_sandbox' => '0',
422 'ftp_ip' => NULL,
423 'ftp_path' => NULL
424 ],
425 'general' => [
426 'merchant_country' => 'US',
427 'business_account' => NULL
428 ]
429 ],
430 'fraud_protection' => [
431 'signifyd' => [
432 'api_url' => 'https://api.signifyd.com/v2/',
433 'api_key' => NULL
434 ]
435 ],
436 'sitemap' => [
437 'generate' => [
438 'error_email' => NULL
439 ]
440 ],
441 'crontab' => [
442 'default' => [
443 'jobs' => [
444 'analytics_collect_data' => [
445 'schedule' => [
446 'cron_expr' => '00 02 * * *'
447 ]
448 ]
449 ]
450 ]
451 ]
452 ],
453 'stores' => [
454 'default' => [
455 'web' => [
456 'unsecure' => [
457 'base_media_url' => 'https://ccl.test/media/'
458 ],
459 'secure' => [
460 'base_media_url' => 'https://ccl.test/media/'
461 ]
462 ],
463 'tax' => [
464 'avatax' => [
465 'development_account_number' => '1100068358',
466 'development_license_key' => '762822096AC348B1',
467 'development_company_code' => 'CCL',
468 'live_mode' => '0',
469 'production_account_number' => '1100068341',
470 'production_license_key' => 'B0E787B0B9DBDE44',
471 'production_company_code' => 'CCL'
472 ]
473 ]
474 ]
475 ],
476 'websites' => [
477 'base' => [
478 'payment' => [
479 'cybersource' => [
480 'sandbox_flag' => '1',
481 'access_key' => '0:3:naw0AZpZRKMnWwiniFCr+o2J2c94lB4K1rMSk+nueG0/SvpzzBFDcLI0qcnbXsREmTjW2Xaveps2SNfV',
482 'secret_key' => '0:3:nqUJy7EYV5dX0m7su4r3XZ3bleojxraMdDOsNpc9vwQIpbY9rv3iB54z4VczbvK8jXrqYN7ReCjM4N+kk9SACUZWlhfSYOVYzh2sjFdSQ89JxqJ8upjvWQWkyDE34VVzLs4MlQTvRof66VbxHhfVNBsEwtVcrTkx2a3ZWwmnhugKaz2tjydIBPJ08AkcWPrsppCYaqt0zLz1W1+UpsuUyjj3XliOden0jNCT48MSB0VWdOgk7sdqzM40VoWYAjcLyuqElRbe3QPK5QvqHtTidmUQA9U8VLj5OUDjRxQk2Zs98CRSUGWe+zSoKEVltZUMKlC98bDh9j7Ikr7nazJ3+APYYvn0fRCbdcJDY3GYxwIX40vptiD7CIc+knE='
483 ]
484 ],
485 'tax' => [
486 'avatax' => [
487 'live_mode' => '0',
488 'development_account_number' => '1100068358',
489 'development_license_key' => 'B0E787B0B9DBDE44',
490 'development_company_code' => 'CCL'
491 ]
492 ],
493 'contact' => [
494 'email' => [
495 'recipient_email' => 'info@ccl.org'
496 ]
497 ]
498 ]
499 ]
500 ],
501 'directories' => [
502 'document_root_is_pub' => true
503 ],
504 'lock' => [
505 'provider' => 'db',
506 'config' => [
507 'prefix' => NULL
508 ]
509 ]
510];