mirror of
https://github.com/alextselegidis/easyappointments.git
synced 2024-11-10 10:02:33 +03:00
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['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['release_label'] = 'DEV'; // Leave empty or add ALPHA, BEST, CUSTOM etc ...
|
||||||
|
|
||||||
$config['debug'] = Config::DEBUG_MODE;
|
$config['debug'] = Config::DEBUG_MODE;
|
||||||
|
|
Loading…
Reference in a new issue