Skip to content
Snippets Groups Projects
Commit f141b9df authored by Patrick Zurek's avatar Patrick Zurek Committed by Demian Katz
Browse files

Initial import of carli's changes to XCNCIP2.php

parent fa9cf9d0
No related merge requests found
[Catalog]
; Base URL for the XC NCIP Toolkit's NCIP responder:
url = http://myuniversity.edu:8080/ncipv2/NCIPResponder
; Your library's Agency ID (ILSDefaultAgency setting in driver_config.properties):
agency = "My University"
\ No newline at end of file
agency = "My University"
; Pickup location definitions: CSV file
;
; Format: [agency],[locationID],[locationDisplay]
;
; e.g.,
; (for consortium=false)
; My University,1,Main Circulation Desk
; My University,2,Stacks
;
; e.g.,
; (for consortium=true)
; Agency1,1,Agency1 - Main Circulation Desk
; Agency1,2,Agency1 - Stacks
; Agency2,11,Agency2 - Main Circulation Desk
; Agency2,12,Agency2 - Stacks
pickupLocationsFile = "XCNCIP2_locations.txt"
;-----------------------------------------------------------------
; Consortium settings below:
;-----------------------------------------------------------------
; Is this a consortium?
consortium = false
; If consortium is true, list all valid agencies
;agency[] = "Agency1"
;agency[] = "Agency2"
My University,1,Main Circulation Desk
My University,2,Stacks
This diff is collapsed.
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment