fix(templateTaskGenerator): изменена папка проекта
This commit is contained in:
45
PARR.TemplateTaskGeneratorWorker/appsettings.json
Normal file
45
PARR.TemplateTaskGeneratorWorker/appsettings.json
Normal file
@@ -0,0 +1,45 @@
|
||||
{
|
||||
"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": "Debug",
|
||||
"Override": {
|
||||
"Microsoft": "Warning",
|
||||
"Microsoft.Hosting.Lifetime": "Debug"
|
||||
}
|
||||
},
|
||||
"WriteTo": [
|
||||
{
|
||||
"Name": "File",
|
||||
"Args": {
|
||||
"path": "log/log-.txt",
|
||||
"rollingInterval": "Day"
|
||||
}
|
||||
}
|
||||
]
|
||||
},
|
||||
"MqSettings": {
|
||||
"TemplateTaskGenerator": {
|
||||
"HostName": "parr-rabbitmq",
|
||||
"QueueName": "parr-template-task-generator",
|
||||
"User": "template_task_generator_reader",
|
||||
"Password": "wzqj$Z@3:poz@oot"
|
||||
},
|
||||
"TemplateGeneratorWorker": {
|
||||
"HostName": "parr-rabbitmq",
|
||||
"QueueName": "parr-template-generator",
|
||||
"User": "template_generator_writer",
|
||||
"Password": "B;6h+yF$zQ0OSkLX"
|
||||
}
|
||||
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user