2021-11-06 18:52:46 +03:00
|
|
|
<?php defined('BASEPATH') or exit('No direct script access allowed');
|
|
|
|
|
|
|
|
/*
|
|
|
|
|--------------------------------------------------------------------------
|
|
|
|
| App Configuration
|
|
|
|
|--------------------------------------------------------------------------
|
|
|
|
|
|
|
|
|
| Declare some of the global config values of Easy!Appointments.
|
|
|
|
|
|
|
|
|
*/
|
|
|
|
|
2023-04-24 11:13:55 +03:00
|
|
|
$config['version'] = '1.5.0-dev.3'; // This must be changed manually.
|
2021-11-06 18:52:46 +03:00
|
|
|
|
2021-11-06 19:11:09 +03:00
|
|
|
$config['url'] = Config::BASE_URL;
|
|
|
|
|
2021-11-06 18:52:46 +03:00
|
|
|
$config['debug'] = Config::DEBUG_MODE;
|
2022-01-25 02:11:51 +03:00
|
|
|
|
2023-04-24 11:13:55 +03:00
|
|
|
$config['cache_busting_token'] = 'ZV950';
|