2023-08-25 15:32:06 +10:00
|
|
|
{
|
2023-09-04 12:17:50 +10:00
|
|
|
"ConnectionStrings": {
|
|
|
|
|
"DefaultConnection": "Server=10.99.253.184;Database=parr;User Id=app_parr; Password=PosdfkhT&)%sdfligL&%5546;"
|
|
|
|
|
},
|
2023-08-25 15:32:06 +10:00
|
|
|
"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": "Data",
|
|
|
|
|
"EsppTemplates": {
|
|
|
|
|
"AllowedExtensions": [ ".csv" ],
|
|
|
|
|
"MaxFileSizeMb": 100
|
|
|
|
|
}
|
2023-08-28 16:03:39 +10:00
|
|
|
},
|
|
|
|
|
"GlobalSettings": {
|
2023-08-31 12:04:05 +10:00
|
|
|
"MqSettings": {
|
2023-10-09 16:11:27 +10:00
|
|
|
"HostName": "parr_rabbit",
|
2023-09-01 11:47:39 +10:00
|
|
|
"QueueName": "parr-espp-templates",
|
2023-09-22 09:08:13 +10:00
|
|
|
"User": "espp_templates_reader",
|
2023-09-05 15:42:07 +10:00
|
|
|
"Password": "P@ssReaderPtk202!"
|
2023-08-31 12:04:05 +10:00
|
|
|
},
|
|
|
|
|
"StorageSettings": {
|
|
|
|
|
"CheckIntervalSeconds": 30
|
2023-09-20 10:11:00 +10:00
|
|
|
},
|
2023-09-21 13:41:55 +10:00
|
|
|
"IgnoreTemplateFields": [ "Id", "Status", "Name", "DateCreated", "DateModified", "StatusCode" ],
|
2023-09-29 15:19:05 +10:00
|
|
|
"ParsingSeparator": "<|>"
|
2023-08-25 15:32:06 +10:00
|
|
|
}
|
|
|
|
|
}
|