##// END OF EJS Templates
scm-app: allow to set documented pyro4 as scm_app_implementation....
scm-app: allow to set documented pyro4 as scm_app_implementation. The documented ini setting allows to set pyro4 as scm_app, while the backend code crashes on import of pyro4 module. This change allows to configure the app based on the .ini docs. if we pass pyro4 as backedn, we simply skip import and use the default pyro4 scm_app

File last commit:

r552:9a0f45b0 default
r632:064401fe default
Show More
hipchat.rst
19 lines | 649 B | text/x-rst | RstLexer
dan
docs: updated docs for integrations, fixes #4137...
r552 .. _integrations-hipchat:
Hipchat integration
===================
In order to set a hipchat integration up it is necessary to obtain the Hipchat
service url by:
1. Login to Hipchat (https://www.hipchat.com/)
2. Goto `Integrations` -> `Build your own`
3. Select a room to post notifications to and save it
Once the integration is setup on hipchat you should have a url of the
form: `
which can be used in :ref:`creating-integrations`
Once you have set up a Hipchat webhook integrations url of the form:
``https://yourapp.hipchat.com/v2/room/123456/notification?auth_token=...``,
create a ``hipchat`` integration in :ref:`creating-integrations`.