commit changes
This commit is contained in:
@@ -1,5 +1,4 @@
|
||||
<?php
|
||||
define('APP_ENV', 'local');
|
||||
define('ASSET_VERSION', 'dev-' . date('Ymd-His'));
|
||||
define('APP_DOMAIN_PRIMARY', APP_DOMAIN_NAME);
|
||||
define('APP_URL_PRIMARY', 'https://' . APP_DOMAIN_PRIMARY);
|
||||
@@ -9,3 +8,5 @@
|
||||
define('APP_DB_AUTO_INIT', true);
|
||||
define('APP_KEA_DB_VERSION', '2.6.3');
|
||||
define('APP_BASE_DB_ENABLED', true);
|
||||
define('APP_BASIC_AUTH', false);
|
||||
define('APP_SEARCH_DEBUG', false);
|
||||
|
||||
Reference in New Issue
Block a user