Explorar el Código

Fix MQTTnet.Server app settings to allow external connections.

release/3.x.x
Christian Kratky hace 5 años
padre
commit
6f8272210c
Se han modificado 1 ficheros con 2 adiciones y 2 borrados
  1. +2
    -2
      Source/MQTTnet.Server/appsettings.json

+ 2
- 2
Source/MQTTnet.Server/appsettings.json Ver fichero

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


Cargando…
Cancelar
Guardar