15 lines
383 B
PHP
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";
|
|
|
|
?>
|