Skip to content

Latest commit

 

History

History
107 lines (107 loc) · 2.66 KB

env.md

File metadata and controls

107 lines (107 loc) · 2.66 KB
<?php
return [
    'backend' => [
        'frontName' => 'admin'
    ],
    'remote_storage' => [
        'driver' => 'file'
    ],
    'cache' => [
        'graphql' => [
            'id_salt' => 'o61foazDPINF5MLKFr7bCrurgHSYu6Qi'
        ],
        'frontend' => [
            'default' => [
                'id_prefix' => '3b4_'
            ],
            'page_cache' => [
                'id_prefix' => '3b4_'
            ]
        ],
        'allow_parallel_generation' => false
    ],
    'config' => [
        'async' => 0
    ],
    'cron_consumers_runner' => [
        'cron_run' => true,
        'max_messages' => 0,
        'consumers' => [
            'async.operations.all',
            'codegeneratorProcessor',
            'product_action_attribute.update',
            'product_action_attribute.website.update',
            'exportProcessor'
        ]
    ],
    'queue' => [
        'amqp' => [
            'host' => '127.0.0.1',
            'port' => '5672',
            'user' => 'admin',
            'password' => 'admin#123',
            'virtualhost' => '/',
            'ssl' => 'false'
        ],
        'consumers_wait_for_messages' => 1
    ],
    'crypt' => [
        'key' => 'b0d205c6dc7366d8ecb3bbed7c4c33dc'
    ],
    'db' => [
        'table_prefix' => '',
        'connection' => [
            'default' => [
                'host' => '127.0.0.1',
                'dbname' => 'llmv247p1',
                'username' => 'root',
                'password' => 'Admin#123',
                'model' => 'mysql4',
                'engine' => 'innodb',
                'initStatements' => 'SET NAMES utf8;',
                'active' => '1',
                'driver_options' => [
                    1014 => false
                ]
            ]
        ]
    ],
    'resource' => [
        'default_setup' => [
            'connection' => 'default'
        ]
    ],
    'x-frame-options' => 'SAMEORIGIN',
    'MAGE_MODE' => 'developer',
    'session' => [
        'save' => 'files'
    ],
    'lock' => [
        'provider' => 'db'
    ],
    'directories' => [
        'document_root_is_pub' => true
    ],
    'cache_types' => [
        'config' => 1,
        'layout' => 1,
        'block_html' => 1,
        'collections' => 1,
        'reflection' => 1,
        'db_ddl' => 1,
        'compiled_config' => 1,
        'eav' => 1,
        'customer_notification' => 1,
        'config_integration' => 1,
        'config_integration_api' => 1,
        'graphql_query_resolver_result' => 1,
        'full_page' => 1,
        'config_webservice' => 1,
        'translate' => 1,
        'amasty_shopby' => 1
    ],
    'install' => [
        'date' => 'Thu, 01 Aug 2024 01:53:24 +0000'
    ]
];