DD.WellWorkover.Cloud/AsbCloudWebApi/appsettings.json

31 lines
1.2 KiB
JSON
Raw Normal View History

{
"Logging": {
"LogLevel": {
"Default": "Information",
"Microsoft": "Warning",
"Microsoft.Hosting.Lifetime": "Information"
}
},
"ConnectionStrings": {
2024-02-20 15:54:43 +05:00
"DefaultConnection": "Host=localhost;Database=postgres;Username=postgres;Password=q;Persist Security Info=True",
"DebugConnection": "Host=localhost;Database=postgres;Username=postgres;Password=q;Persist Security Info=True;Include Error Detail=True",
"TestConnection": "Host=localhost;Database=test;Username=postgres;Password=q;Persist Security Info=True;Include Error Detail=True",
2024-02-20 15:54:43 +05:00
"LocalConnection": "Host=localhost;Database=postgres;Username=postgres;Password=q;Persist Security Info=True"
},
2021-12-22 16:07:03 +05:00
"AllowedHosts": "*",
"ContentPath": "../data",
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",
2024-01-21 12:21:23 +05:00
"Urls": "http://0.0.0.0:5000"
}