9 lines
		
	
	
		
			200 B
		
	
	
	
		
			PHP
		
	
	
	
	
	
			
		
		
	
	
			9 lines
		
	
	
		
			200 B
		
	
	
	
		
			PHP
		
	
	
	
	
	
| <?php
 | |
|   $dn   = getenv("DN");// Domain Name of the app
 | |
|   $sdn  = getenv("SDN");// Server Domain Name
 | |
| 
 | |
|   if ($dn === NULL) {
 | |
|     $dn   = 'http://hd-app.local';
 | |
|     $sdn  = 'http://localhost:8000';
 | |
|   }
 |