first commit
This commit is contained in:
20
application/openapi/config.php
Normal file
20
application/openapi/config.php
Normal file
@@ -0,0 +1,20 @@
|
||||
<?php
|
||||
// +------------------------------------------------+
|
||||
// |http://www.cjango.com |
|
||||
// +------------------------------------------------+
|
||||
// | 修复BUG不是一朝一夕的事情,等我喝醉了再说吧! |
|
||||
// +------------------------------------------------+
|
||||
// | Author: 小陈叔叔 <Jason.Chen> |
|
||||
// +------------------------------------------------+
|
||||
|
||||
return [
|
||||
// +----------------------------------------------------------------------
|
||||
// | 日志设置
|
||||
// +----------------------------------------------------------------------
|
||||
'log' => [
|
||||
'type' => 'file',
|
||||
'path' => LOG_PATH . 'openapi/',
|
||||
'time_format' => ' c ',
|
||||
'file_size' => 2097152,
|
||||
],
|
||||
];
|
||||
Reference in New Issue
Block a user