easyappointments/application/config/app.php

19 lines
510 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.
|
*/
2022-03-29 13:01:06 +03:00
$config['version'] = '1.5.0-dev.2'; // This must be changed manually.
$config['url'] = Config::BASE_URL;
$config['debug'] = Config::DEBUG_MODE;
2022-01-25 02:11:51 +03:00
2022-03-29 13:01:06 +03:00
$config['cache_busting_token'] = 'ZV949';