mirror of
				https://github.com/pierre42100/ComunicWeb
				synced 2025-11-04 12:14:12 +00:00 
			
		
		
		
	First commit
This commit is contained in:
		
							
								
								
									
										17
									
								
								corePage/config/global.config.php
									
									
									
									
									
										Normal file
									
								
							
							
						
						
									
										17
									
								
								corePage/config/global.config.php
									
									
									
									
									
										Normal file
									
								
							@@ -0,0 +1,17 @@
 | 
			
		||||
<?php
 | 
			
		||||
/**
 | 
			
		||||
 * Project main config page
 | 
			
		||||
 *
 | 
			
		||||
 * @author Pierre HUBERT
 | 
			
		||||
 */
 | 
			
		||||
 | 
			
		||||
//Site mode (could be dev or prod)
 | 
			
		||||
$config['siteMode'] = "dev";
 | 
			
		||||
 | 
			
		||||
//Site URL
 | 
			
		||||
$config['siteURL'] = "http://devweb.local/comunic/v2/";
 | 
			
		||||
 | 
			
		||||
//API config
 | 
			
		||||
$config['API_URL'] = "http://devweb.local/comunic/current/api.php/";
 | 
			
		||||
$config['API_SERVICE_NAME'] = "";
 | 
			
		||||
$config['API_SERVICE_TOKEN'] = "";
 | 
			
		||||
		Reference in New Issue
	
	Block a user