2021-04-02 17:28:07 +05:00
|
|
|
|
{
|
|
|
|
|
"Logging": {
|
|
|
|
|
"LogLevel": {
|
|
|
|
|
"Default": "Information",
|
|
|
|
|
"Microsoft": "Warning",
|
|
|
|
|
"Microsoft.Hosting.Lifetime": "Information"
|
|
|
|
|
}
|
|
|
|
|
},
|
|
|
|
|
"ConnectionStrings": {
|
2025-01-15 09:57:03 +05:00
|
|
|
|
"DefaultConnection": "Host=localhost;Database=tkrs;Username=postgres;Password=q;Persist Security Info=True",
|
|
|
|
|
"DebugConnection": "Host=localhost;Database=tkrs;Username=postgres;Password=q;Persist Security Info=True;Include Error Detail=True",
|
|
|
|
|
"TestConnection": "Host=localhost;Database=tkrs;Username=postgres;Password=q;Persist Security Info=True;Include Error Detail=True",
|
|
|
|
|
"LocalConnection": "Host=localhost;Database=tkrs;Username=postgres;Password=q;Persist Security Info=True"
|
2021-04-02 17:28:07 +05:00
|
|
|
|
},
|
2021-12-22 16:07:03 +05:00
|
|
|
|
"AllowedHosts": "*",
|
2024-01-19 12:25:57 +05:00
|
|
|
|
"ContentPath": "../data",
|
2022-02-28 14:44:26 +05:00
|
|
|
|
"email": {
|
|
|
|
|
"smtpServer": "smtp.timeweb.ru",
|
2023-01-23 11:44:50 +05:00
|
|
|
|
"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
|
|
|
|
},
|
2023-06-29 16:31:37 +05:00
|
|
|
|
"DirectoryNameHelpPageFiles": "helpPages",
|
2023-08-10 11:45:05 +05:00
|
|
|
|
"DirectoryManualFiles": "manuals",
|
2024-01-21 12:21:23 +05:00
|
|
|
|
"Urls": "http://0.0.0.0:5000"
|
2021-04-02 17:28:07 +05:00
|
|
|
|
}
|