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 30c6bb0 commit 75f0c78Copy full SHA for 75f0c78
src/main/kotlin/no/nav/hjelpemidler/Configuration.kt
@@ -53,7 +53,8 @@ internal object Configuration {
53
"KAFKA_CREDSTORE_PASSWORD" to "",
54
55
"SENSU_URL" to "https://test/sensu",
56
- "SLACK_HOOK" to "https://test/slack"
+ "SLACK_HOOK" to "https://test/slack",
57
+ "SLACK_RECIPIENT" to "test",
58
)
59
60
private val config = when (System.getenv("NAIS_CLUSTER_NAME") ?: System.getProperty("NAIS_CLUSTER_NAME")) {
0 commit comments