Files
Web-Infra-Reports-IT/include/constants.inc copy.php
2024-03-12 16:38:16 +01:00

15 lines
383 B
PHP

<?php
//CONSTANT
$BaseUrl = "http://".$_SERVER['SERVER_NAME'];
$root = $_SERVER['DOCUMENT_ROOT'];
$bdnuss = "http://web-bdnuss-sys-dev.appliarmony.net";
$wsUrl = "http://wsinfra.appliarmony.net";
//Servers
$dcArmony = "dun-dom-s1dcb";
$dcADArmony = "dun-dcp-r02";
$uxDNS = "dun-com-uxdns01";
$sSCOM = "dun-prd-x1scom";
$sVMM = "dun-sup-s1vmmsv";
?>