Skip to content

Commit 75f0c78

Browse files
committed
setter verdi for SLACK_RECIPIENT i local
1 parent 30c6bb0 commit 75f0c78

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

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

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,8 @@ internal object Configuration {
5353
"KAFKA_CREDSTORE_PASSWORD" to "",
5454

5555
"SENSU_URL" to "https://test/sensu",
56-
"SLACK_HOOK" to "https://test/slack"
56+
"SLACK_HOOK" to "https://test/slack",
57+
"SLACK_RECIPIENT" to "test",
5758
)
5859

5960
private val config = when (System.getenv("NAIS_CLUSTER_NAME") ?: System.getProperty("NAIS_CLUSTER_NAME")) {

0 commit comments

Comments
 (0)