mirror of
https://github.com/pierre42100/ComunicWeb
synced 2024-11-22 20:19:21 +00:00
Updated beta configuration
This commit is contained in:
parent
cfa5be5612
commit
7abe97c1c2
@ -8,7 +8,7 @@
|
||||
//This configuration is based on the offline configuration
|
||||
require_once __DIR__."/offline.config.php";
|
||||
|
||||
class Online extends Offline {
|
||||
class Beta_communiquons extends Offline {
|
||||
|
||||
/**
|
||||
* API access and credentials
|
||||
@ -32,4 +32,9 @@ class Online extends Offline {
|
||||
*/
|
||||
const ASSETS_URL = "https://beta.communiquons.org/assets/";
|
||||
|
||||
/**
|
||||
* Site requires https connection
|
||||
*/
|
||||
const FORCE_HTTPS = true;
|
||||
|
||||
}
|
Loading…
Reference in New Issue
Block a user