From 342186ff6f412c4dec8799c2cb87a7ebefb09c8a Mon Sep 17 00:00:00 2001 From: Viktar Basharymau Date: Wed, 21 May 2014 18:33:42 +0300 Subject: [PATCH] Describe :slack_application_url in README --- README.markdown | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.markdown b/README.markdown index cebe8bd..d931b16 100644 --- a/README.markdown +++ b/README.markdown @@ -27,6 +27,8 @@ set :slack_subdomain, "kohactive" # if your subdomain is kohactive.slack.com set :slack_application, "Rocketman" set :slack_username, "Elton John" set :slack_emoji, ":rocket:" +set :slack_application_url, "http://my-awesome-app.example.com" +# set(:slack_application_url) { "http://{ fetch :domain_aliases }" } ``` You can obtain your `webhook_token` from the integrations section of the team page in Slack.