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 7024d2d commit 9e498d5Copy full SHA for 9e498d5
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_${profile.name.lowercase()}"
+ val ntfyTopic = "teamdigihot_hm-oebs-listener"
90
91
enum class Profile {
92
PROD, DEV, LOCAL;
0 commit comments