Skip to main content

 

 

 

 

 

 

 

 

Nota

 

 

{
  "Logging": {
    "LogLevel": {
      "Default": "Information",
      "Microsoft.AspNetCore": "Warning"
    }
  },
  "Kestrel": {
    "Endpoints": {
      "Http": {
        "Url": "http://*:5018"
      },
      "HttpsDefaultCert": {
        "Url": "https://*:5019"
      },
      "HttpsInlineCertFile": {
        "Url": "https://*:5017",
        "Certificate": {
          "Path": "Certificates/cloudimport.pfx",
          "Password": "<password>"
        }
      },
      "HttpsInlineCertStore": {
        "Url": "https://*:5016",
        "Certificate": {
          "Subject": "cloudimport",
          "Store": "My",
          "Location": "LocalMachine",
          "AllowInvalid": true
        }
    }
  }
}

 

Nota

 

 

  •  

    •  

    •  

  •  

    Nota

     

 

Nota