- Updated SCSS styles for new campaign sync buttons and dropdowns. - Refactored main_view.php to replace the single select for campaigns with a multi-select dropdown. - Added JavaScript functions to handle dropdown interactions and sync status updates. - Introduced sync status bars for clients in main_view.php. - Created new database migrations for client sync flags and cron sync status tracking.
17 lines
608 B
PHP
17 lines
608 B
PHP
<?php
|
|
$database['name'] = 'host700513_adspro';
|
|
$database['host'] = 'localhost';
|
|
$database['user'] = 'host700513_adspro';
|
|
$database['password'] = '2Ug7DvBy5MCAJtKmkCRs';
|
|
$database['remote_host'] = 'host700513.hostido.net.pl';
|
|
|
|
$settings['email_host'] = 'mail.project-pro.pl';
|
|
$settings['email_port'] = 25;
|
|
$settings['email_login'] = 'www@project-pro.pl';
|
|
$settings['email_password'] = 'ProjectPro2025!';
|
|
|
|
$settings['cron_products_clients_per_run'] = 1;
|
|
$settings['cron_campaigns_clients_per_run'] = 1;
|
|
$settings['cron_products_urls_limit_per_client'] = 10;
|
|
$settings['google_ads_conversion_window_days'] = 7;
|