Your IP : 216.73.216.240
<?php
/**
* @file
* ExtraWatch - Real-time visitor dashboard and stats
* @package ExtraWatch
* @version 5.0
* @revision 1
* @license http://www.gnu.org/licenses/gpl-3.0.txt GNU General Public License v3
* @copyright (C) 2024 by CodeGravity.com - All rights reserved!
* @website http://www.extrawatch.com
*/
class ExtraWatchConfig {
const UAA_URL = "https://app.extrawatch.com/uaa";
const ADMIN_GUI_URL = "https://app.extrawatch.com";
const AGENT_URL = "https://agent.extrawatch.com";
}