Skip to content

Commit 9e498d5

Browse files
committed
endrer ntfy topic
1 parent 7024d2d commit 9e498d5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/main/kotlin/no/nav/hjelpemidler/Configuration.kt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -86,7 +86,7 @@ internal object Configuration {
8686
val oebsToken = get("OEBSTOKEN")
8787
val slackHook = get("SLACK_HOOK")
8888
val ntfyUrl = "https://ntfy.sh"
89-
val ntfyTopic = "teamdigihot_hm-oebs-listener_${profile.name.lowercase()}"
89+
val ntfyTopic = "teamdigihot_hm-oebs-listener"
9090

9191
enum class Profile {
9292
PROD, DEV, LOCAL;

0 commit comments

Comments
 (0)