Skip to content

Commit

Permalink
Remove the global config stuff that was accidently included in readme
Browse files Browse the repository at this point in the history
Also added a TODO
  • Loading branch information
JSzaszvari committed Dec 31, 2017
1 parent 945994e commit 379912f
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 15 deletions.
15 changes: 0 additions & 15 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,21 +19,6 @@ Unofortonatly the "WebHook" notifications in RunDeck did not work properly as th
* Put the URL in the 'Rocket.Chat WebHook URL' field
* Fill in the name of the channel you want the notifications to go too.

### Global properties
This following properties can be set at the framework or project level in the relevant config files if you want the config to be universially the same.

#### WebHook URL
project level - project.plugin.Notification.RocketChatNotification.webhook_url=value

framework level: framework.plugin.Notification.RocketChatNotification.webhook_url=value


#### Channel
project level: project.plugin.Notification.RocketChatNotification.room=#general

framework level: framework.plugin.Notification.RocketChatNotification.room=#general


# Building from Source
```sh
$ git clone git@github.com:jszaszvari/rundeck-rocketchat-notifier.git
Expand Down
1 change: 1 addition & 0 deletions TODO
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
TODO: Add global/framework stuff so that the plugin can be configured on a per project basis

0 comments on commit 379912f

Please # to comment.