EVERGREEN_SERVER = 'eg-training.cwmars.org'
+EVERGREEN_VERSION = 2.1
+RESERVES_DESK_NAME = 'Reserves'
+SYRUP_TIME_FORMAT = '%Y-%m-%dT%H:%M:%S'
+SYRUP_DUE_FORMAT = '%b %d %Y, %r'
+ATTACHMENT_REGEXP ='\w*DVD\s?|\w*CD\s?|\w[Gg]uide\s?|\w[Bb]ooklet\s?|\w*CD\-ROM\s?'
+MIN_QUERY_LENGTH = 3
+
+# Note, in the Evergreen integration, commenting out Z3950_CONFIG or setting it
+# equal to None will result in OpenSRF being used for catalogue search instead
+# of Z39.50.
+
+# Z3950_CONFIG = ('zed.concat.ca', 210, 'OWA') #OWA,OSUL,CONIFER
+
+#----------------------------------------------------------------------
+# INTEGRATION_CLASS: name of a class to instantiate after the database models
+# have been initialized. This can be used for defining 'hook' functions, and
+# other late initializations. See the 'conifer.syrup.integration' module for
+# more information.
+
+INTEGRATION_CLASS = 'conifer.integration.mars.MarsIntegration'
+GATEWAY_SERVER = 'eg-training.cwmars.org'
+GATEWAY_URL = 'osrf-gateway-v1'
+OPENSRF_STAFF_USERID = 'staff'
+OPENSRF_STAFF_PW = 'passwordforstaff'
+OPENSRF_STAFF_ORG = 'BOYLSTON PUBLIC LIBRARY'
+OPENSRF_STAFF_WORKSTATION = 'BOYLSTON PUBLIC LIBRARY-Coordinator'
+OPENSRF_PERMIT_GRPS = [301]
+