瀏覽代碼

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…
取消
儲存