Update config.php
This commit is contained in:
parent
2f15a2b7e0
commit
e743068e85
1 changed files with 1 additions and 1 deletions
|
@ -30,7 +30,7 @@ class Config {
|
|||
// GENERAL SETTINGS
|
||||
// ------------------------------------------------------------------------
|
||||
|
||||
const BASE_URL = 'http://__DOMAIN__';
|
||||
const BASE_URL = 'https://__DOMAIN__';
|
||||
const LANGUAGE = '__LANGUAGE__';
|
||||
const DEBUG_MODE = FALSE;
|
||||
|
||||
|
|
Loading…
Reference in a new issue