merge: IT-628 RabbitMQ worker, contracts, usage UI in channels screen #16

Closed
agrynco wants to merge 51 commits from feature/it-1115-html-template-escaping into IT-628
2 changed files with 8 additions and 2 deletions
Showing only changes of commit 9c2edd4712 - Show all commits
@@ -20,7 +20,10 @@
} }
} }
], ],
"Enrich": [ "FromLogContext" ] "Enrich": [ "FromLogContext" ],
"Properties": {
"Application": "hrynco-notification-service-web"
}
}, },
"AllowedHosts": "*" "AllowedHosts": "*"
} }
@@ -27,6 +27,9 @@
} }
} }
], ],
"Enrich": [ "FromLogContext" ] "Enrich": [ "FromLogContext" ],
"Properties": {
"Application": "hrynco-notification-service-worker"
}
} }
} }