From: artunit Date: Thu, 5 May 2011 18:42:09 +0000 (+0000) Subject: added some critical values in settings example for evergreen authentication X-Git-Url: https://old-git.evergreen-ils.org/?a=commitdiff_plain;h=d68b2b843284a5d4d9a85591b2913f9744127542;p=syrup%2Fmasslnc.git added some critical values in settings example for evergreen authentication git-svn-id: svn://svn.open-ils.org/ILS-Contrib/servres/trunk@1437 6d9bc8c9-1ec2-4278-b937-99fde70a366f --- diff --git a/conifer/local_settings.py.example b/conifer/local_settings.py.example index 48fb91d..a1053a0 100644 --- a/conifer/local_settings.py.example +++ b/conifer/local_settings.py.example @@ -64,8 +64,10 @@ Z3950_CONFIG = ('zed.concat.ca', 210, 'OWA') #OWA,OSUL,CONIFER # other late initializations. See the 'conifer.syrup.integration' module for # more information. -# INTEGRATION_CLASS = 'conifer.integration.uwindsor.UWindsorIntegration' -#OPENSRF_STAFF_USERID = "staff@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@projectconifer.ca' +#OPENSRF_STAFF_PW = 'mypassword' +#OPENSRF_STAFF_ORG = 'OWA' +#OPENSRF_STAFF_WORKSTATION = 'OWA-syrup-test'