DAS_PATH . '/../db/mysqlite.db', 'db' =>[ 'host'=>'192.168.3.233', 'username'=>'root', 'passwd'=>'root001', 'dbname'=>'test', 'hostport'=>'3306', 'prefix'=>'' ], 'route' =>[ 'm'=>'index', 'c'=>'Index', 'a'=>'index' ], 'session' => [ 'id' => '', // SESSION_ID的提交变量,解决flash上传跨域 'var_session_id' => '', // 是否自动开启 SESSION 'auto_start' => true, 'httponly' => true, 'secure' => false, ], ];