close debug

feat/task1-c-wallet
devil_gong 2018-12-29 13:23:13 +08:00
parent a09d76db6d
commit 05404fb186
1 changed files with 2 additions and 2 deletions

View File

@ -40,10 +40,10 @@ define('__MY_VIEW_URL__', substr(__MY_URL__, 0, -1).$request_url);
define('APPLICATION_VERSION', 'v1.2.0');
// 调试模式 建议开发阶段开启 部署阶段注释或者设为false
define('APP_DEBUG', true);
define('APP_DEBUG', false);
// 应用Trace 建议开发阶段开启 部署阶段注释或者设为false
define('APP_TRACE', true);
define('APP_TRACE', false);
// 定义系统目录分隔符
define('DS', '/');