Updated beta configuration

This commit is contained in:
Pierre 2018-05-19 10:22:24 +02:00
parent cfa5be5612
commit 7abe97c1c2

View File

@ -8,7 +8,7 @@
//This configuration is based on the offline configuration //This configuration is based on the offline configuration
require_once __DIR__."/offline.config.php"; require_once __DIR__."/offline.config.php";
class Online extends Offline { class Beta_communiquons extends Offline {
/** /**
* API access and credentials * API access and credentials
@ -32,4 +32,9 @@ class Online extends Offline {
*/ */
const ASSETS_URL = "https://beta.communiquons.org/assets/"; const ASSETS_URL = "https://beta.communiquons.org/assets/";
/**
* Site requires https connection
*/
const FORCE_HTTPS = true;
} }