mirror of
https://github.com/alextselegidis/easyappointments.git
synced 2024-11-10 18:12:26 +03:00
18 lines
510 B
PHP
18 lines
510 B
PHP
<?php defined('BASEPATH') or exit('No direct script access allowed');
|
|
|
|
/*
|
|
|--------------------------------------------------------------------------
|
|
| App Configuration
|
|
|--------------------------------------------------------------------------
|
|
|
|
|
| Declare some of the global config values of Easy!Appointments.
|
|
|
|
|
*/
|
|
|
|
$config['version'] = '1.5.0-dev.4'; // This must be changed manually.
|
|
|
|
$config['url'] = Config::BASE_URL;
|
|
|
|
$config['debug'] = Config::DEBUG_MODE;
|
|
|
|
$config['cache_busting_token'] = 'ZV951';
|