Skip to content

Commit 043ea74

Browse files
author
Kristoffer Schroeder
committed
Update README.md
1 parent 7d17051 commit 043ea74

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

README.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,8 @@ Prepare you config
1010
<?xml version="1.0" encoding="utf-8" ?>
1111
<configuration>
1212
<appSettings>
13+
<!-- host is only needed if you use WooBot with the Nancy host -->
14+
<add key="Host" value="http://127.0.0.1:1337"/>
1315
<!-- https://COMPANYNAME.slack.com/services/new and add Incoming WebHooks thats where you'll find your URL -->
1416
<add key="Slack.HookUrl" value="https://COMPANYNAME.slack.com/services/hooks/incoming-webhook?token=TOKEN"/>
1517
<add key="Slack.Icon" value="http://www.woocode.com/head.png"/>
@@ -31,3 +33,5 @@ message.AttachException(new NotSupportedException("I FAILED YOU MASTER",e));
3133
// Then you can fire it at the moon
3234
message.Send();
3335
```
36+
37+
*More information about WooCode.Slack.WooBot will come later, just check the [source](https://github.com/WooCode/WooCode.Slack/tree/develop/WooCode.Slack.WooBot) ;)*

0 commit comments

Comments
 (0)