GitLab now enforces expiry dates on tokens that originally had no set expiration date. Those tokens were given an expiration date of one year later. Please review your personal access tokens, project access tokens, and group access tokens to ensure you are aware of upcoming expirations. Administrators of GitLab can find more information on how to identify and mitigate interruption in our documentation.
; The driver contains defaults designed to minimize necessary configuration.
; Theoretically, a vanilla SymWS installation on the same server as VuFind
; that accepts the clientID 'VuFind' might not even require a configuration
; file.
[WebServices]
; Your Symphony Web Services server
baseURL=http://localhost:8080/symws
;clientID - client ID set up for Vufind in symWS administration panel.
clientID=VuFind
; Installations using the 'Always Require Authentication' option
; must provide a valid login and password for anonymous operations.
;user =
;password =
; You can provide options to be provided to SoapClients here, e.g.
;soapOptions[proxy_host] = proxy.example.edu
[PolicyCache]
; If you wish to cache Symphony policies, uncomment type below and set it to the name of the
; \VuFind\Cache\Manager cache you would like to use for storing data ("object" is recommended).
;type = object
[LibraryFilter]
; Exclude or exclusively include libraries (by ID) from holdings results.
; Filtering at the driver level (instead of, e.g., with VuFind core's
; Record/hide_holdings[]) potentially allows the driver to request less
; from SymWS, instead of filtering it after the fact.
;include_only[] = MAIN
;include_only[] = EAST
;exclude[] = MAIN
[999Holdings]
; When exporting MARC records, Symphony offers to store item information
; in MARC tags (numbered 999 by default). The driver may be configured to use
; that information in lieu of live item information from SymWS.
mode=off
entry_number=999
[Behaviors]
;showBaseCallNumber - Enables the base call number to be displayed in the hitlist, versus specific call numbers from the item records. The specific call numbers will still be displayed on the record holdings page. Supported values are "true" or "false".
showBaseCallNumber=true
;showStaffNotes - Determines whether to show staff notes in the holdings.
; Supported values are "true" or "false".
showStaffNotes=true
;showFeeType - Determines the type of fees that are shown.