easyappointments/application/config/app.php

19 lines
508 B
PHP
Raw Normal View History

<?php defined('BASEPATH') or exit('No direct script access allowed');
/*
|--------------------------------------------------------------------------
| App Configuration
|--------------------------------------------------------------------------
|
| Declare some of the global config values of Easy!Appointments.
|
*/
2023-07-03 11:42:02 +03:00
$config['version'] = '1.5.0-dev.4'; // This must be changed manually.
$config['url'] = Config::BASE_URL;
$config['debug'] = Config::DEBUG_MODE;
2022-01-25 02:11:51 +03:00
2023-07-03 11:42:02 +03:00
$config['cache_busting_token'] = 'ZV951';