From 379912ffafef37899605c46bc8c4dcd4433592eb Mon Sep 17 00:00:00 2001 From: John Szaszvari Date: Sun, 31 Dec 2017 21:08:09 +1100 Subject: [PATCH] Remove the global config stuff that was accidently included in readme Also added a TODO --- README.md | 15 --------------- TODO | 1 + 2 files changed, 1 insertion(+), 15 deletions(-) create mode 100644 TODO diff --git a/README.md b/README.md index 40ddc05..5148c5f 100644 --- a/README.md +++ b/README.md @@ -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 diff --git a/TODO b/TODO new file mode 100644 index 0000000..3e79fbb --- /dev/null +++ b/TODO @@ -0,0 +1 @@ +TODO: Add global/framework stuff so that the plugin can be configured on a per project basis