Code/WCS/WIDESEAWCS_Server/WIDESEAWCS_Server/appsettings.json
@@ -1,5 +1,5 @@ { "urls": "http://*:9291", //web服务端口,如果用IIS部署,把这个去掉 "urls": "http://*:9292", //web服务端口,如果用IIS部署,把这个去掉 "Logging": { "LogLevel": { "Default": "Information", @@ -52,7 +52,7 @@ "Backlog": 1000, //最大连接数 "EncodingName": "utf-8", //编码方式 "AutoDetectEncoding": true, //是否自动检测编码 "IdleTimeoutSeconds": 300, //空闲超时时间,单位秒,0表示不超时 "IdleTimeoutSeconds": 0, //空闲超时时间,单位秒,0表示不超时 "EnableHeartbeat": true, //是否启用心跳检测 "LogFilePath": "socketserver.log" //日志文件路径 }