Commit eebc704e authored by hujun's avatar hujun

新增开发和正式配置文件

parent ba16a504
...@@ -2,7 +2,9 @@ ...@@ -2,7 +2,9 @@
//配置文件 //配置文件
error_reporting(E_ERROR | E_PARSE); error_reporting(E_ERROR | E_PARSE);
define('IMG_PATH','https://admin.tonglianjituan.com/houseImg/'); define('IMG_PATH','https://admin.tonglianjituan.com/houseImg/');
define('PAGESIZE', 15); define('PAGESIZE', 15); //分页每页条数
return [ return [
'jwt_key' => 'tonglian+123', 'jwt_key' => 'tonglian+123',
// 应用模式状态
'app_status' => 'prdConfig',
]; ];
\ No newline at end of file
<?php
//开发配置
return [
];
\ No newline at end of file
<?php
//开发配置
return [
];
\ No newline at end of file
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment