add entry for CAMPUS_INFO in local_settings example
authorartunit <artunit@6d9bc8c9-1ec2-4278-b937-99fde70a366f>
Fri, 22 Apr 2011 17:49:57 +0000 (17:49 +0000)
committerartunit <artunit@6d9bc8c9-1ec2-4278-b937-99fde70a366f>
Fri, 22 Apr 2011 17:49:57 +0000 (17:49 +0000)
git-svn-id: svn://svn.open-ils.org/ILS-Contrib/servres/trunk@1415 6d9bc8c9-1ec2-4278-b937-99fde70a366f

conifer/local_settings.py.example

index a367724..9c37ac6 100644 (file)
@@ -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/ .