Files
shopPRO/config.php
2024-10-23 13:44:50 +02:00

19 lines
611 B
PHP

<?php
$database['host'] = 'localhost';
$database['user'] = 'host117523_shoppro';
$database['password'] = 'f4ceujsqtO';
$database['name'] = 'host117523_shoppro';
$database['time_debug'] = false;
$database['long_query_time'] = 0.1;
$config['salt'] = 'dd6c0ee59bf35b208b6d9bf42dd60769';
$config['google-ads-id'] = 'AW-810084545';
$config['baselinker-start'] = '2031-06-09 21:26';
$config['redis']['host'] = '127.0.0.1';
$config['redis']['port'] = 44090;
$config['redis']['password'] = 'KvCb8A3OJl3JhML1IuD51tD6q9d3TJLu';
$config['debug']['apilo'] = false;
?>