- <?php
- return [
- 'backend' => [
- 'frontName' => 'nike_backend'
- ],
- 'crypt' => [
- 'key' => 'xxxxxxxxx'
- ],
- 'db' => [
- 'table_prefix' => '',
- 'connection' => [
- 'default' => [
- 'host' => '/var/run/mysqld/mysqld.sock',
- 'dbname' => 'm2d_tsport',
- 'username' => 'xxxx',
- 'password' => 'xxxxxxx',
- 'active' => '1',
- 'profiler' => [
- 'class' => '\\Magento\\Framework\\DB\\Profiler',
- 'enabled' => false
- ]
- ]
- ]
- ],
- 'resource' => [
- 'default_setup' => [
- 'connection' => 'default'
- ]
- ],
- 'x-frame-options' => 'SAMEORIGIN',
- 'MAGE_MODE' => 'production',
- 'session' => [
- 'save' => 'redis',
- 'redis' => [
- 'host' => '127.0.0.1',
- 'port' => '6379',
- 'password' => 'xxxxxxxx',
- 'timeout' => '2.5',
- 'persistent_identifier' => '',
- 'database' => '0',
- 'compression_threshold' => '2048',
- 'compression_library' => 'gzip',
- 'log_level' => '1',
- 'max_concurrency' => '20',
- 'break_after_frontend' => '5',
- 'break_after_adminhtml' => '30',
- 'first_lifetime' => '600',
- 'bot_first_lifetime' => '60',
- 'bot_lifetime' => '7200',
- 'disable_locking' => '0',
- 'min_lifetime' => '60',
- 'max_lifetime' => '2592000'
- ]
- ],
- 'cache_types' => [
- 'config' => 1,
- 'layout' => 1,
- 'block_html' => 1,
- 'collections' => 1,
- 'reflection' => 1,
- 'db_ddl' => 1,
- 'eav' => 1,
- 'customer_notification' => 1,
- 'config_integration' => 1,
- 'config_integration_api' => 1,
- 'full_page' => 1,
- 'config_webservice' => 1,
- 'translate' => 1,
- 'compiled_config' => 1
- ],
- 'cache' => [
- 'frontend' => [
- 'default' => [
- 'backend' => 'Cm_Cache_Backend_Redis',
- 'backend_options' => [
- 'server' => '127.0.0.1',
- 'password' => 'xxxxx',
- 'database' => '2',
- 'port' => '6379'
- ]
- ],
- 'page_cache' => [
- 'backend' => 'Cm_Cache_Backend_Redis',
- 'backend_options' => [
- 'server' => '127.0.0.1',
- 'port' => '6379',
- 'password' => 'xxxxxxx',
- 'database' => '3',
- 'compress_data' => '0'
- ]
- ]
- ]
- ],
- 'lock' => [
- 'provider' => 'db',
- 'config' => [
- 'prefix' => null
- ]
- ],
- 'install' => [
- 'date' => 'Tue, 15 Jan 2019 07:56:54 +0000'
- ],
- 'system' => [
- 'default' => [
- 'dev' => [
- 'debug' => [
- 'debug_logging' => '0'
- ]
- ]
- ]
- ],
- 'downloadable_domains' => [
- 'www.teamsport.ee'
- ],
- 'directories' => [
- 'document_root_is_pub' => true
- ],
- 'queue' => [
- 'consumers_wait_for_messages' => 0
- ],
- 'cron_consumers_runner' => [
- 'cron_run' => true,
- 'max_messages' => 100,
- 'single_thread' => true,
- 'consumers_wait_for_messages' => 0,
- 'consumers' => [
- 'product_action_attribute.update',
- 'product_action_attribute.website.update',
- 'exportProcessor',
- 'inventory.source.items.cleanup',
- 'inventory.mass.update',
- 'inventory.reservations.cleanup',
- 'inventory.reservations.update',
- 'inventory.reservations.updateSalabilityStatus',
- 'codegeneratorProcessor'
- ]
- ]
- ];