TEXT 54
Untitled Guest on 5th May 2021 08:06:12 PM
  1. <?php
  2. return [
  3.     'backend' => [
  4.         'frontName' => 'nike_backend'
  5.     ],
  6.     'crypt' => [
  7.         'key' => 'xxxxxxxxx'
  8.     ],
  9.     'db' => [
  10.         'table_prefix' => '',
  11.         'connection' => [
  12.             'default' => [
  13.                 'host' => '/var/run/mysqld/mysqld.sock',
  14.                 'dbname' => 'm2d_tsport',
  15.                 'username' => 'xxxx',
  16.                 'password' => 'xxxxxxx',
  17.                 'active' => '1',
  18.                 'profiler' => [
  19.                     'class' => '\\Magento\\Framework\\DB\\Profiler',
  20.                     'enabled' => false
  21.                 ]
  22.             ]
  23.         ]
  24.     ],
  25.     'resource' => [
  26.         'default_setup' => [
  27.             'connection' => 'default'
  28.         ]
  29.     ],
  30.     'x-frame-options' => 'SAMEORIGIN',
  31.     'MAGE_MODE' => 'production',
  32.     'session' => [
  33.         'save' => 'redis',
  34.         'redis' => [
  35.             'host' => '127.0.0.1',
  36.             'port' => '6379',
  37.             'password' => 'xxxxxxxx',
  38.             'timeout' => '2.5',
  39.             'persistent_identifier' => '',
  40.             'database' => '0',
  41.             'compression_threshold' => '2048',
  42.             'compression_library' => 'gzip',
  43.             'log_level' => '1',
  44.             'max_concurrency' => '20',
  45.             'break_after_frontend' => '5',
  46.             'break_after_adminhtml' => '30',
  47.             'first_lifetime' => '600',
  48.             'bot_first_lifetime' => '60',
  49.             'bot_lifetime' => '7200',
  50.             'disable_locking' => '0',
  51.             'min_lifetime' => '60',
  52.             'max_lifetime' => '2592000'
  53.         ]
  54.     ],
  55.     'cache_types' => [
  56.         'config' => 1,
  57.         'layout' => 1,
  58.         'block_html' => 1,
  59.         'collections' => 1,
  60.         'reflection' => 1,
  61.         'db_ddl' => 1,
  62.         'eav' => 1,
  63.         'customer_notification' => 1,
  64.         'config_integration' => 1,
  65.         'config_integration_api' => 1,
  66.         'full_page' => 1,
  67.         'config_webservice' => 1,
  68.         'translate' => 1,
  69.         'compiled_config' => 1
  70.     ],
  71.     'cache' => [
  72.         'frontend' => [
  73.             'default' => [
  74.                 'backend' => 'Cm_Cache_Backend_Redis',
  75.                 'backend_options' => [
  76.                     'server' => '127.0.0.1',
  77.                     'password' => 'xxxxx',
  78.                     'database' => '2',
  79.                     'port' => '6379'
  80.                 ]
  81.             ],
  82.             'page_cache' => [
  83.                 'backend' => 'Cm_Cache_Backend_Redis',
  84.                 'backend_options' => [
  85.                     'server' => '127.0.0.1',
  86.                     'port' => '6379',
  87.                     'password' => 'xxxxxxx',
  88.                     'database' => '3',
  89.                     'compress_data' => '0'
  90.                 ]
  91.             ]
  92.         ]
  93.     ],
  94.     'lock' => [
  95.         'provider' => 'db',
  96.         'config' => [
  97.             'prefix' => null
  98.         ]
  99.     ],
  100.     'install' => [
  101.         'date' => 'Tue, 15 Jan 2019 07:56:54 +0000'
  102.     ],
  103.     'system' => [
  104.         'default' => [
  105.             'dev' => [
  106.                 'debug' => [
  107.                     'debug_logging' => '0'
  108.                 ]
  109.             ]
  110.         ]
  111.     ],
  112.     'downloadable_domains' => [
  113.         'www.teamsport.ee'
  114.     ],
  115.     'directories' => [
  116.         'document_root_is_pub' => true
  117.     ],
  118.     'queue' => [
  119.         'consumers_wait_for_messages' => 0
  120.     ],
  121.     'cron_consumers_runner' => [
  122.         'cron_run' => true,
  123.         'max_messages' => 100,
  124.         'single_thread' => true,
  125.         'consumers_wait_for_messages' => 0,
  126.         'consumers' => [
  127.             'product_action_attribute.update',
  128.             'product_action_attribute.website.update',
  129.             'exportProcessor',
  130.             'inventory.source.items.cleanup',
  131.             'inventory.mass.update',
  132.             'inventory.reservations.cleanup',
  133.             'inventory.reservations.update',
  134.             'inventory.reservations.updateSalabilityStatus',
  135.             'codegeneratorProcessor'
  136.         ]
  137.     ]
  138. ];

Paste is for source code and general debugging text.

Login or Register to edit, delete and keep track of your pastes and more.

Raw Paste

Login or Register to edit or fork this paste. It's free.