DD.WellWorkover.Cloud/AsbCloudWebApi/appsettings.json

56 lines
1.9 KiB
JSON
Raw Normal View History

{
"Logging": {
"LogLevel": {
"Default": "Information",
"Microsoft": "Warning",
"Microsoft.Hosting.Lifetime": "Information"
}
},
"ConnectionStrings": {
2023-10-09 12:20:00 +05:00
"DefaultConnection": "Host=localhost;Database=postgres2;Username=postgres;Password=q;Persist Security Info=True",
"DebugConnection": "Host=localhost;Database=postgres2;Username=postgres;Password=q;Persist Security Info=True;Include Error Detail=True",
"ServerConnection": "Host=192.168.1.70;Database=postgres2;Username=postgres;Password=q;Persist Security Info=True",
"LocalConnection": "Host=localhost;Database=postgres2;Username=postgres;Password=q;Persist Security Info=True"
},
2021-12-22 16:07:03 +05:00
"AllowedHosts": "*",
//"userLimits": {
// "parallelRequestsToController": 5
//},
2022-02-28 14:44:26 +05:00
"email": {
"smtpServer": "smtp.timeweb.ru",
"sender": "bot@digitaldrilling.ru",
"password": "8wZrXSfP",
2022-05-18 11:07:39 +05:00
"platformName": "Цифровое бурение",
2022-05-20 09:01:39 +05:00
"platformUrl": "https://cloud.digitaldrilling.ru",
2022-05-18 11:07:39 +05:00
"companyName": "ООО \"Цифровое бурение\"",
"supportMail": "support@digitaldrilling.ru"
2022-02-28 14:44:26 +05:00
},
"DirectoryNameHelpPageFiles": "helpPages",
"DirectoryManualFiles": "manuals",
2022-02-28 14:44:26 +05:00
"Urls": "http://0.0.0.0:5000" //;https://0.0.0.0:5001" //,
2021-12-23 18:07:00 +05:00
// 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>"
// }
// }
// }
//}
}