修改配置

This commit is contained in:
lccsw
2025-12-01 14:34:41 +08:00
parent 5e8413fb87
commit b26c2f2069
2 changed files with 14 additions and 2 deletions
+12
View File
@@ -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';
+2 -2
View File
@@ -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');
/*
| -------------------------------------------------------------------