34 lines
845 B
JSON
34 lines
845 B
JSON
{
|
|
"ConnectionStrings": {
|
|
"DefaultConnection": "Server=10.99.253.184;Database=parr;User Id=app_parr; Password=PosdfkhT&)%sdfligL&%5546;",
|
|
"RedisConnection": "parr-redis:6379,password=ParrP@ssPtk202MMdevDvs"
|
|
},
|
|
"Logging": {
|
|
"LogLevel": {
|
|
"Default": "Information",
|
|
"Microsoft.Hosting.Lifetime": "Information"
|
|
}
|
|
},
|
|
"Serilog": {
|
|
"MinimumLevel": {
|
|
"Default": "Information",
|
|
"Override": {
|
|
"Microsoft": "Warning",
|
|
"Microsoft.Hosting.Lifetime": "Information"
|
|
}
|
|
}
|
|
},
|
|
"MqSettings": {
|
|
"HostName": "parr-rabbitmq",
|
|
"QueueName": "parr-orders",
|
|
"User": "espp_orders_master",
|
|
"Password": "Fjhgsdf*^%9sdfsd2"
|
|
},
|
|
"WorkerSettings": {
|
|
"RepeatEvery": "0:30:00"
|
|
},
|
|
"OrderManageSettings": {
|
|
"FindAgentHistoryStartOffset": "0:05:00"
|
|
}
|
|
}
|