Initial Version
This commit is contained in:
15
include/constants.inc copy.php
Normal file
15
include/constants.inc copy.php
Normal file
@@ -0,0 +1,15 @@
|
||||
<?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";
|
||||
|
||||
?>
|
||||
Reference in New Issue
Block a user