forked from ddrilling/AsbCloudServer
31 lines
1.2 KiB
JSON
31 lines
1.2 KiB
JSON
{
|
||
"Logging": {
|
||
"LogLevel": {
|
||
"Default": "Information",
|
||
"Microsoft": "Warning",
|
||
"Microsoft.Hosting.Lifetime": "Information"
|
||
}
|
||
},
|
||
"ConnectionStrings": {
|
||
"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",
|
||
"LocalConnection": "Host=localhost;Database=postgres;Username=postgres;Password=q;Persist Security Info=True"
|
||
},
|
||
"AllowedHosts": "*",
|
||
"ContentPath": "../data",
|
||
"email": {
|
||
"smtpServer": "smtp.timeweb.ru",
|
||
"sender": "bot@digitaldrilling.ru",
|
||
"password": "8wZrXSfP",
|
||
|
||
"platformName": "Цифровое бурение",
|
||
"platformUrl": "https://cloud.digitaldrilling.ru",
|
||
"companyName": "ООО \"Цифровое бурение\"",
|
||
"supportMail": "support@digitaldrilling.ru"
|
||
},
|
||
"DirectoryNameHelpPageFiles": "helpPages",
|
||
"DirectoryManualFiles": "manuals",
|
||
"Urls": "http://0.0.0.0:5000"
|
||
}
|