|
@@ -37,5 +37,5 @@ secret="20f51dcb2619fae0008202aad5efacad"
|
|
grant_type="authorization_code"
|
|
grant_type="authorization_code"
|
|
|
|
|
|
[socket]
|
|
[socket]
|
|
-hostaddress="192.168.1.6"
|
|
+hostaddress="192.168.1.6" #socket服务器的IP地址,如果是本地可以写0.0.0.0
|
|
-hostport=8972
|
|
+hostport=8972 #socket服务器的端口
|