[open-ils-commits] r1415 - servres/trunk/conifer (artunit)

svn at svn.open-ils.org svn at svn.open-ils.org
Fri Apr 22 13:50:01 EDT 2011


Author: artunit
Date: 2011-04-22 13:49:57 -0400 (Fri, 22 Apr 2011)
New Revision: 1415

Modified:
   servres/trunk/conifer/local_settings.py.example
Log:
add entry for CAMPUS_INFO in local_settings example

Modified: servres/trunk/conifer/local_settings.py.example
===================================================================
--- servres/trunk/conifer/local_settings.py.example	2011-04-22 16:02:15 UTC (rev 1414)
+++ servres/trunk/conifer/local_settings.py.example	2011-04-22 17:49:57 UTC (rev 1415)
@@ -41,6 +41,9 @@
 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/ .
 



More information about the open-ils-commits mailing list