forked from mirrors/easyappointments
Moved the old BASE URL to the app configuration for use in mails etc where a public facing URL is required
This commit is contained in:
parent
1c88a2f987
commit
331aa8c174
1 changed files with 2 additions and 0 deletions
|
@ -11,6 +11,8 @@
|
|||
|
||||
$config['version'] = '1.5.0'; // This must be changed manually.
|
||||
|
||||
$config['url'] = Config::BASE_URL;
|
||||
|
||||
$config['release_label'] = 'DEV'; // Leave empty or add ALPHA, BEST, CUSTOM etc ...
|
||||
|
||||
$config['debug'] = Config::DEBUG_MODE;
|
||||
|
|
Loading…
Reference in a new issue