Skip to content

Commit

Permalink
Remove webook-uri from code samples
Browse files Browse the repository at this point in the history
  • Loading branch information
LevelbossMike committed Jun 14, 2015
1 parent 6354752 commit f16cf79
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ module.exports = function(environment) {
"development": {
// ...
"slack": {
"webhookURL": "https://hooks.slack.com/services/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",
"webhookURL": "<your-webhook-URI>",
"channel": "#notifications",
"username": "ember-cli-deploy"
},
Expand Down Expand Up @@ -53,7 +53,7 @@ module.exports = function(environment) {
"development": {
// ...
"slack": {
"webhookURL": "https://hooks.slack.com/services/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",
"webhookURL": "<your-webhook-URI>",
"channel": "#notifications",
"username": "ember-cli-deploy",
"didDeploy": function(context, slack) {
Expand Down

0 comments on commit f16cf79

Please sign in to comment.