<?php
defined('BASEPATH') OR exit('No direct script access allowed');

$config['sys_name'] = '安全感知平台响应处置工单系统';
$config['key_length'] = 40;
$config['headers'] = array(
    'Access-Control-Allow-Origin: *',
    'Access-Control-Request-Method: GET, POST, PUT, DELETE, OPTIONS',
    'Access-Control-Allow-Headers: Origin, X-Requested-With, Content-Type, Accept, Authorization',
);