diff --git a/PizzaExpress/appsettings.Development.json b/PizzaExpress/appsettings.Development.json index b210534..d071b2d 100644 --- a/PizzaExpress/appsettings.Development.json +++ b/PizzaExpress/appsettings.Development.json @@ -15,12 +15,6 @@ "Endpoints": { "Http": { "Url": "http://localhost:5000" - }, - "Https": { - "Url": "https://localhost:5001", - "Certificate": { - "Path": "certs/localhost.pfx", // Optional: Path to the certificate file - "Password": "password" // Optional: Certificate password if required } } } diff --git a/PizzaExpress/appsettings.json b/PizzaExpress/appsettings.json index 095b1d3..23f45d5 100644 --- a/PizzaExpress/appsettings.json +++ b/PizzaExpress/appsettings.json @@ -16,15 +16,7 @@ "Endpoints": { "Http": { "Url": "http://0.0.0.0:5000" - }, - /* - "Https": { - "Url": "https://0.0.0.0:5001", - "Certificate": { - "Path": "certs/localhost.pfx", // Path to the certificate file - "Password": "password" // Optional: Certificate password if required - } } - */ } } +}