разделитель Парсера строк из ЕСПП вынесен в настройки
This commit is contained in:
@@ -1,19 +1,50 @@
|
||||
{
|
||||
"ConnectionStrings": {
|
||||
"DefaultConnection": "Server=10.99.253.184;Database=parr;User Id=app_parr; Password=PosdfkhT&)%sdfligL&%5546;"
|
||||
},
|
||||
"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"
|
||||
}
|
||||
}
|
||||
]
|
||||
},
|
||||
"StorageSettings": {
|
||||
"StoragePath": "W:\\"
|
||||
"StoragePath": "Data",
|
||||
"EsppTemplates": {
|
||||
"AllowedExtensions": [ ".csv" ],
|
||||
"MaxFileSizeMb": 100
|
||||
}
|
||||
},
|
||||
"GlobalSettings": {
|
||||
"MqSettings": {
|
||||
"HostName": "10.99.253.216",
|
||||
"QueueName": "parr-espp-templates",
|
||||
"UserName": "espp_templates_reader",
|
||||
"Password": "P@ssReaderPtk202!"
|
||||
|
||||
},
|
||||
"StorageSettings": {
|
||||
"CheckIntervalSeconds": 5
|
||||
}
|
||||
"CheckIntervalSeconds": 30
|
||||
},
|
||||
"IgnoreTemplateFields": [ "Id", "Status", "DateCreated", "DateModified", "StatusCode" ],
|
||||
"ParsingSeparator": "<|>"
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user