Add Olark and Reinvigorate to the install docs

This commit is contained in:
Joost Cassee 2011-03-15 12:58:52 +01:00
parent 27b272f6fd
commit ae89a6965c

View file

@ -133,6 +133,10 @@ settings required to enable each service are listed here:
MIXPANEL_API_TOKEN = '0123456789abcdef0123456789abcdef'
* :doc:`Olark <services/olark>`::
OLARK_SITE_ID = '1234-567-89-0123'
* :doc:`Optimizely <services/optimizely>`::
OPTIMIZELY_ACCOUNT_NUMBER = '1234567'
@ -141,6 +145,10 @@ settings required to enable each service are listed here:
PERFORMABLE_API_KEY = '123abc'
* :doc:`Reinvigorate <services/reinvigorate>`::
REINVIGORATE_TRACKING_ID = '12345-abcdefghij'
----