[open-ils-commits] r1437 - servres/trunk/conifer (artunit)
svn at svn.open-ils.org
svn at svn.open-ils.org
Thu May 5 14:42:13 EDT 2011
Author: artunit
Date: 2011-05-05 14:42:09 -0400 (Thu, 05 May 2011)
New Revision: 1437
Modified:
servres/trunk/conifer/local_settings.py.example
Log:
added some critical values in settings example for evergreen authentication
Modified: servres/trunk/conifer/local_settings.py.example
===================================================================
--- servres/trunk/conifer/local_settings.py.example 2011-05-04 01:15:56 UTC (rev 1436)
+++ servres/trunk/conifer/local_settings.py.example 2011-05-05 18:42:09 UTC (rev 1437)
@@ -64,8 +64,10 @@
# other late initializations. See the 'conifer.syrup.integration' module for
# more information.
-# INTEGRATION_CLASS = 'conifer.integration.uwindsor.UWindsorIntegration'
-#OPENSRF_STAFF_USERID = "staff at uwindsor.ca"
-#OPENSRF_STAFF_PW = "mypassword"
-#OPENSRF_STAFF_ORG = "OWA"
-#OPENSRF_STAFF_WORKSTATION = "OWA-syrup-test"
+#INTEGRATION_CLASS = 'conifer.integration.uwindsor.UWindsorIntegration'
+#GATEWAY_SERVER = 'windsor.concat.ca'
+#GATEWAY_URL = 'osrf-gateway-v1'
+#OPENSRF_STAFF_USERID = 'staff at projectconifer.ca'
+#OPENSRF_STAFF_PW = 'mypassword'
+#OPENSRF_STAFF_ORG = 'OWA'
+#OPENSRF_STAFF_WORKSTATION = 'OWA-syrup-test'
More information about the open-ils-commits
mailing list