mirror of
				https://github.com/pierre42100/ComunicWeb
				synced 2025-11-04 04:04:20 +00:00 
			
		
		
		
	Added Comunic.io build configuration
This commit is contained in:
		
							
								
								
									
										40
									
								
								system/config/comunic_io.config.php
									
									
									
									
									
										Normal file
									
								
							
							
						
						
									
										40
									
								
								system/config/comunic_io.config.php
									
									
									
									
									
										Normal file
									
								
							@@ -0,0 +1,40 @@
 | 
			
		||||
<?php
 | 
			
		||||
/**
 | 
			
		||||
 * comunic.io build configuration
 | 
			
		||||
 * 
 | 
			
		||||
 * @author Pierre HUBERT
 | 
			
		||||
 */
 | 
			
		||||
 | 
			
		||||
//This configuration is based on the offline configuration
 | 
			
		||||
require_once __DIR__."/offline.config.php";
 | 
			
		||||
 | 
			
		||||
class Comunic_io extends Offline {
 | 
			
		||||
 | 
			
		||||
	/**
 | 
			
		||||
	 * API access and credentials
 | 
			
		||||
	 */
 | 
			
		||||
	const API_URL = "https://api.communiquons.org/";
 | 
			
		||||
	const API_SERVICE_NAME = "ComunicIO";
 | 
			
		||||
	const API_SERVICE_TOKEN = "UxvYud4xSOslVFANWYcD";
 | 
			
		||||
 | 
			
		||||
	/**
 | 
			
		||||
	 * Site URL
 | 
			
		||||
	 */
 | 
			
		||||
	const SITE_URL = "https://comunic.io/";
 | 
			
		||||
 | 
			
		||||
	/**
 | 
			
		||||
	 * Site production mode
 | 
			
		||||
	 */
 | 
			
		||||
	const PROD_MODE = TRUE;
 | 
			
		||||
 | 
			
		||||
	/**
 | 
			
		||||
	 * Path to assets (URL)
 | 
			
		||||
	 */
 | 
			
		||||
	const ASSETS_URL = "https://comunic.io/assets/";
 | 
			
		||||
 | 
			
		||||
	/**
 | 
			
		||||
	 * Site requires https connection
 | 
			
		||||
	 */
 | 
			
		||||
	const FORCE_HTTPS = true;
 | 
			
		||||
 | 
			
		||||
}
 | 
			
		||||
		Reference in New Issue
	
	Block a user