Your IP : 216.73.216.52


Current Path : /proc/thread-self/root/home/deltalab/Magento/docker-magento2/magento2/ubuntu/
Upload File :
Current File : //proc/thread-self/root/home/deltalab/Magento/docker-magento2/magento2/ubuntu/env.txt

  'session' =>
  array (
    'save' => 'redis',
    'redis' =>
    array (
      'host' => 'redis_session',
      'port' => '6379',
      'password' => '',
      'timeout' => '2.5',
      'persistent_identifier' => '',
      'database' => '2',
      'compression_threshold' => '2048',
      'compression_library' => 'gzip',
      'log_level' => '1',
      'max_concurrency' => '6',
      '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' =>
  array (
    'frontend' =>
    array (
      'default' =>
      array (
        'backend' => 'Cm_Cache_Backend_Redis',
        'backend_options' =>
        array (
          'server' => 'redis_system',
          'database' => '0',
          'port' => '6379',
        ),
      ),
      'page_cache' =>
      array (
        'backend' => 'Cm_Cache_Backend_Redis',
        'backend_options' =>
        array (
          'server' => 'redis_system',
          'port' => '6379',
          'database' => '1',
          'compress_data' => '0',
        ),
      ),
    ),
  ),

  'http_cache_hosts' =>
  array (
    0 =>
    array (
      'host' => 'varnish',
      'port' => '80'
    ),
  ),

  'queue' => [
    'amqp' => [
        'host' => 'magento2_rabbitmq_1',
        'port' => 5672,
        'user' => 'guest',
        'password' => 'guest',
        'virtualhost' => '/'
    ]
],