Browse Source

update

master
DengBiao 1 year ago
parent
commit
2b7eda2fdb
1 changed files with 0 additions and 3 deletions
  1. +0
    -3
      src/common/config/config.php

+ 0
- 3
src/common/config/config.php View File

@@ -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';


Loading…
Cancel
Save