| Server IP : 194.124.73.198 / Your IP : 216.73.217.5 Web Server : Apache System : Linux vps0314.00gate.com 5.15.0-1089-azure #98~20.04.1-Ubuntu SMP Fri May 2 20:18:39 UTC 2025 x86_64 User : spaceten.it_vps0314 ( 10000) PHP Version : 8.0.30 Disable Function : opcache_get_status MySQL : OFF | cURL : ON | WGET : OFF | Perl : OFF | Python : OFF | Sudo : OFF | Pkexec : OFF Directory : /var/www/vhosts/spaceten.it/salumipasini.spaceten.it/wp-content/plugins/tidio-live-chat/ |
Upload File : |
<?php
require_once __DIR__ . '/TidioDotEnv.php';
(new TidioDotEnv(__DIR__))->load();
return [
'tidio_api_url' => getenv('TIDIO_API_URL') ?: 'https://api-v2.tidio.co',
'tidio_panel_url' => getenv('TIDIO_PANEL_URL') ?: 'https://www.tidio.com/panel',
'tidio_widget_url' => getenv('TIDIO_WIDGET_URL') ?: '//code.tidio.co',
];