修改配置
This commit is contained in:
@@ -0,0 +1,12 @@
|
||||
<?php
|
||||
/**
|
||||
* websocket配置文件
|
||||
*/
|
||||
defined('BASEPATH') or exit('No direct script access allowed');
|
||||
|
||||
$config['url'] = "wss://sapi.liche.cn/wss";
|
||||
|
||||
$config['jwt_key_pingan'] = 'dvsr23423vsgAEDger'; //平安端生成用户秘钥
|
||||
$config['jwt_key_system'] = '2343ljfwefefew';//后端生成用户秘钥
|
||||
|
||||
$config['jwt_algorithm'] = 'HS256';
|
||||
@@ -1,5 +1,5 @@
|
||||
<?php
|
||||
defined('BASEPATH') OR exit('No direct script access allowed');
|
||||
defined('BASEPATH') or exit('No direct script access allowed');
|
||||
|
||||
/*
|
||||
| -------------------------------------------------------------------
|
||||
@@ -89,7 +89,7 @@ $autoload['drivers'] = array();
|
||||
|
|
||||
| $autoload['helper'] = array('url', 'file');
|
||||
*/
|
||||
$autoload['helper'] = array('comm', 'url', 'array','order');
|
||||
$autoload['helper'] = array('comm', 'url', 'array', 'order', 'authorization');
|
||||
|
||||
/*
|
||||
| -------------------------------------------------------------------
|
||||
|
||||
Reference in New Issue
Block a user