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:
Alex Tselegidis 2021-11-06 17:11:09 +01:00
parent 1c88a2f987
commit 331aa8c174
1 changed files with 2 additions and 0 deletions

View File

@ -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;