Skip to content

Commit c011d90

Browse files
committed
endrer topic for ntfy
1 parent 7a25359 commit c011d90

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"
89+
val ntfyTopic = "teamdigihot_hm-oebs-listener_${profile.name.lowercase()}"
9090

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

0 commit comments

Comments
 (0)