feat: add slack integration

This commit is contained in:
Kyle Fang
2020-03-17 21:02:21 +08:00
parent 49bb1de8a8
commit 81cfe0bf76
4 changed files with 71 additions and 3 deletions

View File

@@ -1,6 +1,11 @@
{
"name": "Development",
"stripeKey": "*",
"slackWebHook": "*",
"elasticSearchULR": "*"
"elasticSearchULR": "*",
"slack": {
"url": "https://slack.webhook.url",
"channel": "mercy-f16ad"
},
"functionsRoot": "https://us-central1-mercy-f16ad.cloudfunctions.net",
"projectId": "mercy-f16ad"
}