问题修复

This commit is contained in:
liweisen 2020-10-21 10:17:25 +08:00
parent 5293154af4
commit d6bf135c14

View File

@ -1,10 +1,11 @@
<?php
define('SERVER_ADDRESS', '192.168.0.159');//服务注册地址需为内网IP地址
define('SERVER_ADDRESS', '192.168.1.161');//服务注册地址需为内网IP地址
define('SERVER_PORT', '2346');//服务注册端口
define('CLIENT_PORT', '2345');//客户端监听端口
//ssl配置 请使用绝对路径。不开启可以不用关注
define('USE_SSL', false);//是否使用ssl
define('SITE_URL', 'https://beta.vilson.xyz');//接口地址
define('LOCAL_CERT', '/www/wwwroot/EasyProjectApi/server.pem');// 证书路径也可以是crt文件
define('LOCAL_PK', '/www/wwwroot/EasyProjectApi/server.key');
define('VERIFY_PEER', false);