From f16cf790a3c954283399a6245949ff835a469022 Mon Sep 17 00:00:00 2001 From: Michael Klein Date: Sun, 14 Jun 2015 20:15:57 +0200 Subject: [PATCH] Remove webook-uri from code samples --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 704157b..8c2d376 100644 --- a/README.md +++ b/README.md @@ -17,7 +17,7 @@ module.exports = function(environment) { "development": { // ... "slack": { - "webhookURL": "https://hooks.slack.com/services/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", + "webhookURL": "", "channel": "#notifications", "username": "ember-cli-deploy" }, @@ -53,7 +53,7 @@ module.exports = function(environment) { "development": { // ... "slack": { - "webhookURL": "https://hooks.slack.com/services/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", + "webhookURL": "", "channel": "#notifications", "username": "ember-cli-deploy", "didDeploy": function(context, slack) {