MaketRandevu/application/config/app.php

19 lines
501 B
PHP
Raw Normal View History

<?php defined('BASEPATH') or exit('No direct script access allowed');
/*
|--------------------------------------------------------------------------
| App Configuration
|--------------------------------------------------------------------------
|
2024-01-01 11:37:50 +03:00
| Declare some of the global config values of MaketRandevu.
|
*/
2024-01-01 22:31:08 +03:00
$config['version'] = '1.5.0-RC1'; // 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';