clean appsettings.json

This commit is contained in:
Frolov-Nikita 2024-01-21 12:21:23 +05:00
parent 91b4ee4d4f
commit 5bcffd1ffe
No known key found for this signature in database
GPG Key ID: 719E3386D12B0760

View File

@ -13,9 +13,6 @@
"LocalConnection": "Host=localhost;Database=postgres;Username=postgres;Password=q;Persist Security Info=True" "LocalConnection": "Host=localhost;Database=postgres;Username=postgres;Password=q;Persist Security Info=True"
}, },
"AllowedHosts": "*", "AllowedHosts": "*",
//"userLimits": {
// "parallelRequestsToController": 5
//},
"ContentPath": "../data", "ContentPath": "../data",
"email": { "email": {
"smtpServer": "smtp.timeweb.ru", "smtpServer": "smtp.timeweb.ru",
@ -29,28 +26,5 @@
}, },
"DirectoryNameHelpPageFiles": "helpPages", "DirectoryNameHelpPageFiles": "helpPages",
"DirectoryManualFiles": "manuals", "DirectoryManualFiles": "manuals",
"Urls": "http://0.0.0.0:5000" //;https://0.0.0.0:5001" //, "Urls": "http://0.0.0.0:5000"
// 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": "<path to .pem/.crt file>",
// "KeyPath": "<path to .key file>",
// "Password": "<certificate password>"
// }
// }
// }
//}
} }