We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7a25359 commit c011d90Copy full SHA for c011d90
src/main/kotlin/no/nav/hjelpemidler/Configuration.kt
@@ -86,7 +86,7 @@ internal object Configuration {
86
val oebsToken = get("OEBSTOKEN")
87
val slackHook = get("SLACK_HOOK")
88
val ntfyUrl = "https://ntfy.sh"
89
- val ntfyTopic = "teamdigihot.hm-oebs-listener"
+ val ntfyTopic = "teamdigihot_hm-oebs-listener_${profile.name.lowercase()}"
90
91
enum class Profile {
92
PROD, DEV, LOCAL;
0 commit comments