Преглед изворни кода

Fix MQTTnet.Server app settings to allow external connections.

release/3.x.x
Christian Kratky пре 5 година
родитељ
комит
6f8272210c
1 измењених фајлова са 2 додато и 2 уклоњено
  1. +2
    -2
      Source/MQTTnet.Server/appsettings.json

+ 2
- 2
Source/MQTTnet.Server/appsettings.json Прегледај датотеку

@@ -2,10 +2,10 @@
"Kestrel": {
"EndPoints": {
"Http": {
"Url": "http://localhost:80"
"Url": "http://*:80"
},
"Https": {
"Url": "http://localhost:443"
"Url": "http://*:443"
}
}
},


Loading…
Откажи
Сачувај