From: artunit Date: Fri, 22 Apr 2011 17:49:57 +0000 (+0000) Subject: add entry for CAMPUS_INFO in local_settings example X-Git-Url: https://old-git.evergreen-ils.org/?a=commitdiff_plain;h=547e87a6bbbccaea2e8e258234ae357c25ae4c18;p=Syrup.git add entry for CAMPUS_INFO in local_settings example git-svn-id: svn://svn.open-ils.org/ILS-Contrib/servres/trunk@1415 6d9bc8c9-1ec2-4278-b937-99fde70a366f --- diff --git a/conifer/local_settings.py.example b/conifer/local_settings.py.example index a367724..9c37ac6 100644 --- a/conifer/local_settings.py.example +++ b/conifer/local_settings.py.example @@ -41,6 +41,9 @@ EVERGREEN_AUTHENTICATION = False # Evergreen ILS authentication SAKAI_LINKTOOL_AUTHENTICATION = False # Sakai LMS Linktool authentication SAKAI_LINKTOOL_AUTH_URL = 'https://...' # fixme, add documentation +# if you use an integration module, this is for services that deliver json payloads +CAMPUS_INFO_SERVICE = 'http://...' + # CAS authentication. See conifer/integration/cas.py, or # http://code.google.com/p/django-cas/ .