From 5bcffd1ffe263d92afbbf4298c487cbd9239de07 Mon Sep 17 00:00:00 2001 From: Frolov-Nikita Date: Sun, 21 Jan 2024 12:21:23 +0500 Subject: [PATCH] clean appsettings.json --- AsbCloudWebApi/appsettings.json | 28 +--------------------------- 1 file changed, 1 insertion(+), 27 deletions(-) diff --git a/AsbCloudWebApi/appsettings.json b/AsbCloudWebApi/appsettings.json index c8b0198c..72d50f57 100644 --- a/AsbCloudWebApi/appsettings.json +++ b/AsbCloudWebApi/appsettings.json @@ -13,9 +13,6 @@ "LocalConnection": "Host=localhost;Database=postgres;Username=postgres;Password=q;Persist Security Info=True" }, "AllowedHosts": "*", - //"userLimits": { - // "parallelRequestsToController": 5 - //}, "ContentPath": "../data", "email": { "smtpServer": "smtp.timeweb.ru", @@ -29,28 +26,5 @@ }, "DirectoryNameHelpPageFiles": "helpPages", "DirectoryManualFiles": "manuals", - "Urls": "http://0.0.0.0:5000" //;https://0.0.0.0:5001" //, - // See https man: https://docs.microsoft.com/en-us/aspnet/core/fundamentals/servers/kestrel/endpoints?view=aspnetcore-6.0 - //"Kestrel": { - // "Endpoints": { - // "Http": { - // "Url": "http://0.0.0.0:5000" - // }, - // "Https": { - // "Url": "https://0.0.0.0:5001", - // "Certificate": { - // // use store - // "Subject": "localhost", - // "Store": "My", - // "Location": "CurrentUser", - // "AllowInvalid": true - - // // use file - // "Path": "", - // "KeyPath": "", - // "Password": "" - // } - // } - // } - //} + "Urls": "http://0.0.0.0:5000" }