mirror of
https://github.com/pierre42100/ComunicWeb
synced 2024-11-22 12:09:21 +00:00
Add communiquons.org build config
This commit is contained in:
parent
29cae38650
commit
fa923d33e8
45
system/config/communiquons.config.php
Normal file
45
system/config/communiquons.config.php
Normal file
@ -0,0 +1,45 @@
|
||||
<?php
|
||||
/**
|
||||
* comunic.io build configuration
|
||||
*
|
||||
* @author Pierre HUBERT
|
||||
*/
|
||||
|
||||
//This configuration is based on the offline configuration
|
||||
require_once __DIR__."/offline.config.php";
|
||||
|
||||
class Communiquons extends Offline {
|
||||
|
||||
/**
|
||||
* API access and credentials
|
||||
*/
|
||||
const API_URL = "https://api.communiquons.org/";
|
||||
const API_SERVICE_NAME = "ComunicWEB";
|
||||
const API_SERVICE_TOKEN = "BVuWUt4m";
|
||||
|
||||
/**
|
||||
* Site URL
|
||||
*/
|
||||
const SITE_URL = "https://communiquons.org/";
|
||||
|
||||
/**
|
||||
* About website access
|
||||
*/
|
||||
const ABOUT_WEBSITE_URL = "https://about.communiquons.org/";
|
||||
|
||||
/**
|
||||
* Site production mode
|
||||
*/
|
||||
const PROD_MODE = TRUE;
|
||||
|
||||
/**
|
||||
* Path to assets (URL)
|
||||
*/
|
||||
const ASSETS_URL = "https://communiquons.org/assets/";
|
||||
|
||||
/**
|
||||
* Site requires https connection
|
||||
*/
|
||||
const FORCE_HTTPS = true;
|
||||
|
||||
}
|
Loading…
Reference in New Issue
Block a user