<?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';