Benutzer-Werkzeuge

Webseiten-Werkzeuge


net_core:kestrel

Kestrel

  "Kestrel": {
    "Endpoints": {
      "Http": {
        "Url": "http://localhost:5000"
      },
      "Https": {
        "Url": "https://localhost:5001"
      }
    }
  }
 "Kestrel": {
    "Endpoints": {
      "Http": {
        "Url": "http://0.0.0.0:5002"
      }
      ,
      "HttpsFromPem": {
        "Url": "https://0.0.0.0:5001",
        "Certificate": {
          "Path": "path/to/crt.pem",
          "KeyPath": "path/to/key.pem"
        }
      }
    }
  }
net_core/kestrel.txt · Zuletzt geändert: 2022/09/03 12:21 von raiser