This website works better with JavaScript.
Home
Explore
Help
Register
Sign In
Compoment
/
MQTTnet
Watch
1
Star
0
Fork
0
Code
Issues
0
Pull Requests
0
Releases
0
Wiki
Activity
Browse Source
Fix MQTTnet.Server app settings to allow external connections.
release/3.x.x
Christian Kratky
5 years ago
parent
ce05cc9936
commit
6f8272210c
1 changed files
with
2 additions
and
2 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+2
-2
Source/MQTTnet.Server/appsettings.json
+ 2
- 2
Source/MQTTnet.Server/appsettings.json
View File
@@ -2,10 +2,10 @@
"Kestrel": {
"EndPoints": {
"Http": {
"Url": "http://
localhost
:80"
"Url": "http://
*
:80"
},
"Https": {
"Url": "http://
localhost
:443"
"Url": "http://
*
:443"
}
}
},
Write
Preview
Loading…
Cancel
Save