// +---------------------------------------------------------------------- return [ // +---------------------------------------------------------------------- // | 应用设置 // +---------------------------------------------------------------------- // 当前系统版本 'version' => 'v1.0.1', // 加密盐 'salt' => '~NickBai!@#', // socket server 'socket' => '192.168.2.168:9101', // 管理员登录时间 'save_time' => 86400, 'cache' => [ 'type' => 'File', 'path' => CACHE_PATH, 'prefix' => '', 'expire' => 0, ], // 应用命名空间 'app_namespace' => 'app', // 应用调试模式 'app_debug' => true, // 应用Trace 'app_trace' => false ];