feat(templateUpdater): основная логика + cicd
This commit is contained in:
28
PARR.TemplateUpdaterWorker/appsettings.json
Normal file
28
PARR.TemplateUpdaterWorker/appsettings.json
Normal file
@@ -0,0 +1,28 @@
|
||||
{
|
||||
"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": "Information",
|
||||
"Override": {
|
||||
"Microsoft": "Warning",
|
||||
"Microsoft.Hosting.Lifetime": "Information"
|
||||
}
|
||||
}
|
||||
},
|
||||
"MqSettings": {
|
||||
"TemplatesUpdater": {
|
||||
"HostName": "parr-rabbitmq",
|
||||
"QueueName": "parr-template-updater",
|
||||
"User": "template_updater_reader",
|
||||
"Password": "JfdsfUFJJh2255&*&F1"
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user