39 lines
1.0 KiB
JSON
39 lines
1.0 KiB
JSON
{
|
||
"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"
|
||
}
|
||
}
|
||
]
|
||
},
|
||
"EsppOrderSettings": {
|
||
"Url": "http://rzd-espp-t-rpa-app-1.gvc.oao.rzd:8080/espp_api/OperationExecutor/",
|
||
//"UserName": "Auto-PTK-DVS",
|
||
//"AccountName": "АВТО ТЕХНОЛОГ ПТК-ДВС (AUTO-PTK-DVS)",
|
||
//"Password": "123456789",
|
||
"UserName": "Auto-PTK-INFO-0002-DVS",
|
||
"AccountName": "АВТО ТЕХНОЛОГ ПТК-ИНФО-0002-ДВС (AUTO-PTK-INFO-0002-DVS)",
|
||
"Password": "123456789",
|
||
"EsppUserTimeZone": 10,
|
||
"RobotEk": "РПА-РОБИН-ГВЦ-ЕСПП-ТС-513-ДВС",
|
||
"CodeRRO": "ЦТС-РЦТ-9999"
|
||
}
|
||
}
|