Browse Source

删除http配置

develop
胡超1 2 years ago
parent
commit
b44dc526b9
  1. 14
      24Hour/appsettings.json

14
24Hour/appsettings.json

@ -41,20 +41,6 @@
"DomainUrl": "http://localhost:8006", "DomainUrl": "http://localhost:8006",
"HubCorUrls": [] "HubCorUrls": []
}, },
"Kestrel": {
"Endpoints": {
"Http": {
"Url": "http://localhost:8095"
},
"Https": {
"Url": "https://localhost:8099",
"Certificate": {
"Path": "bgqyj.cn.pfx",
"Password": "l8717f1v9q7h"
}
}
}
},
"Videoaddress": { "Videoaddress": {
"rtmp": "rtmp://192.168.0.24:1935/live/", "rtmp": "rtmp://192.168.0.24:1935/live/",
"rtsp": "rtsp://192.168.0.24:8554/live/" "rtsp": "rtsp://192.168.0.24:8554/live/"

Loading…
Cancel
Save