Files
parr_api/PARR.AIHITLoaderWorker/appsettings.json

48 lines
1.2 KiB
JSON
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

{
"ConnectionStrings": {
"AihitConnection": "Data Source=10.248.19.97; Initial Catalog=mao2;User ID=awhit-ipp-parr;pwd=ET3h$9y1LH#D;TrustServerCertificate=true;"
},
"Serilog": {
"MinimumLevel": {
"Default": "Information",
"Override": {
"Microsoft": "Warning",
"Microsoft.Hosting.Lifetime": "Information"
}
}
},
"WorkerSettings": {
"RepeatEvery": "12:00:00"
},
"MqSettings": {
"HostName": "10.99.253.216",
"QueueName": "parr-aihit-data",
"User": "aihit_loader",
"Password": "123fsdf&78sd9534dsfD"
},
"LoaderSettings": {
"ResponseAreas": [
"96-ДВС",
"10-КЛГ",
"58-ЮВСТ",
"01-ОКТ",
"61-ПРИВ",
"17-МСК",
"28-СЕВ",
"92-ВСИБ",
"00-ГВЦ",
"88-КРАСН",
"24-ГОР",
"80-ЮУР",
"51-СКВ",
"76-СВРД",
"63-КБШ",
"83-ЗСИБ",
"94-ЗАБ",
"ОБЩЕЕ"
],
"PackageSize": 1000
}
}