release: development -> main #1

Merged
agrynco merged 1 commits from development into main 2026-05-02 23:48:34 +03:00
2 changed files with 8 additions and 2 deletions
Showing only changes of commit 49982fc27f - Show all commits
@@ -20,7 +20,10 @@
}
}
],
"Enrich": [ "FromLogContext" ]
"Enrich": [ "FromLogContext" ],
"Properties": {
"Application": "hrynco-notification-service-web"
}
},
"AllowedHosts": "*"
}
@@ -27,6 +27,9 @@
}
}
],
"Enrich": [ "FromLogContext" ]
"Enrich": [ "FromLogContext" ],
"Properties": {
"Application": "hrynco-notification-service-worker"
}
}
}