Syncer АИХ ИТ
This commit is contained in:
38
PARR.Worker/PARR.Worker/appsettings.json
Normal file
38
PARR.Worker/PARR.Worker/appsettings.json
Normal file
@@ -0,0 +1,38 @@
|
||||
{
|
||||
"Logging": {
|
||||
"LogLevel": {
|
||||
"Default": "Information",
|
||||
"Microsoft.Hosting.Lifetime": "Information"
|
||||
}
|
||||
},
|
||||
"Serilog": {
|
||||
"MinimumLevel": {
|
||||
"Default": "Debug",
|
||||
"Override": {
|
||||
"Microsoft": "Warning",
|
||||
"Microsoft.Hosting.Lifetime": "Debug"
|
||||
}
|
||||
},
|
||||
"WriteTo": [
|
||||
{
|
||||
"Name": "File",
|
||||
"Args": {
|
||||
"path": "log/log-.txt",
|
||||
"rollingInterval": "Day"
|
||||
}
|
||||
}
|
||||
]
|
||||
},
|
||||
"MailSettings": {
|
||||
"Host": "uc.dvgd.rzd",
|
||||
"Password": "Robin123",
|
||||
"Port": 143,
|
||||
"SSL": false,
|
||||
"UserName": "IVC_Robot"
|
||||
},
|
||||
"AIHITSyncherSettings": {
|
||||
"OccursEvery": 60000,
|
||||
"IncludeAddresses": "aihit@gvc.rzd"
|
||||
}
|
||||
|
||||
}
|
||||
Reference in New Issue
Block a user