Files
marianek.pl/config.php
2024-10-25 23:02:37 +02:00

19 lines
569 B
PHP

<?php
$database['host'] = 'localhost';
$database['user'] = 'host700513_marianek';
$database['password'] = 'dv2cr3pszTCVNnnz';
$database['name'] = 'host700513_marianek';
$database['time_debug'] = true;
$database['long_query_time'] = 0.1;
$config['salt'] = 'dd6c0ee59bf35b208b6d9bf42dd60769';
$config['google-ads-id'] = 'AW-810084545';
$config['baselinker-start'] = '2021-10-14 22:00:00';
$config['redis']['host'] = '127.0.0.1';
$config['redis']['port'] = 23841;
$config['redis']['password'] = 'LIaOFq3tjNq6GrNhnG8dGONWLXh6ZAse';
$config['debug']['apilo'] = false;
?>