19 lines
551 B
PHP
19 lines
551 B
PHP
<?php
|
|
$database['host'] = 'localhost';
|
|
$database['user'] = 'admin_marianek-pl';
|
|
$database['password'] = 'eCfTjC4BDRXB54CsCLUu';
|
|
$database['name'] = 'admin_marianek-pl';
|
|
$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'] = 7002;
|
|
$config['redis']['password'] = 'upw!H?3?cNvqkx@';
|
|
|
|
$config['debug']['apilo'] = false;
|
|
?>
|