|
|
@@ -13,9 +13,6 @@ const DIR_CONSTANTS = DIR_SRC . 'applet/app/constants/'; |
|
|
|
const DIR_MODEL = DIR_COMMON . 'model/'; |
|
|
|
const DIR_VENDOR = DIR_SRC . 'vendor/'; |
|
|
|
|
|
|
|
// 数据库缓存设置,部分网站设置缓存到文件配置里面 |
|
|
|
const CACHE_DB_CFG = DIR_CACHE . 'db_cache_cfg.php'; |
|
|
|
|
|
|
|
// 是否开启调试模式 |
|
|
|
const DEBUG = 1; |
|
|
|
const APP_ENV = 'dev'; |
|
|
|