easyappointments/application/config/app.php

17 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.
|
*/
2021-11-06 18:54:34 +03:00
$config['version'] = '1.5.0'; // This must be changed manually.
2021-11-06 18:54:34 +03:00
$config['release_label'] = 'DEV'; // Leave empty or add ALPHA, BEST, CUSTOM etc ...
$config['debug'] = Config::DEBUG_MODE;