Fixing the documentation for the returners that mention using profiles, items in the profile need to include the virtualname of the returner to be found.

This commit is contained in:
Gareth J. Greenaway 2015-10-07 21:14:07 -07:00
parent 0ab0aa4d79
commit 6a05e7bea4
4 changed files with 8 additions and 8 deletions

View File

@ -40,9 +40,9 @@ Hipchat settings may also be configured as:
from_name: user@email.com
hipchat_profile:
api_key: xxxxxxxxxxxxxxxxxxxxxxxxxxxxxx
api_version: v1
from_name: user@email.com
hipchat.api_key: xxxxxxxxxxxxxxxxxxxxxxxxxxxxxx
hipchat.api_version: v1
hipchat.from_name: user@email.com
hipchat:
profile: hipchat_profile

View File

@ -48,7 +48,7 @@ PushOver settings may also be configured as::
retry: 2
pushover_profile:
token: xxxxxxxxxxxxxxxxxxxxxxxxxxxxxx
pushover.token: xxxxxxxxxxxxxxxxxxxxxxxxxxxxxx
pushover:
user: xxxxxxxxxxxxxxxxxxxxxxxxxxxxxx

View File

@ -40,8 +40,8 @@ Slack settings may also be configured as::
from_name: user@email.com
slack_profile:
api_key: xxxxxxxxxxxxxxxxxxxxxxxxxxxxxx
from_name: user@email.com
slack.api_key: xxxxxxxxxxxxxxxxxxxxxxxxxxxxxx
slack.from_name: user@email.com
slack:
profile: slack_profile

View File

@ -31,8 +31,8 @@ XMPP settings may also be configured as::
recipient: someone@xmpp.example.com
xmpp_profile:
jid: user@xmpp.domain.com/resource
password: password
xmpp.jid: user@xmpp.domain.com/resource
xmpp.password: password
xmpp:
profile: xmpp_profile