Skip to content

Commit f16cf79

Browse files
committed
Remove webook-uri from code samples
1 parent 6354752 commit f16cf79

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ module.exports = function(environment) {
1717
"development": {
1818
// ...
1919
"slack": {
20-
"webhookURL": "https://hooks.slack.com/services/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",
20+
"webhookURL": "<your-webhook-URI>",
2121
"channel": "#notifications",
2222
"username": "ember-cli-deploy"
2323
},
@@ -53,7 +53,7 @@ module.exports = function(environment) {
5353
"development": {
5454
// ...
5555
"slack": {
56-
"webhookURL": "https://hooks.slack.com/services/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",
56+
"webhookURL": "<your-webhook-URI>",
5757
"channel": "#notifications",
5858
"username": "ember-cli-deploy",
5959
"didDeploy": function(context, slack) {

0 commit comments

Comments
 (0)