Sha256: 804cce040df47a38d262e077dec97ca952ae74e4c96c1319bc0a0e2060479fa7

Contents?: true

Size: 1.26 KB

Versions: 5

Compression:

Stored size: 1.26 KB

Contents

  # Configure what service plugins are used by Umlaut. This skeleton file
  # has been generated into your app to help you get started. 
  #
  # If a service has "disabled:true", it's currently turned off. 
  #
  # Some services require local api key or connection details as config.
  # Most services take other options for custom configuration too, not
  # all options are neccesarily listed as examples here, see source
  # or source-generated docs for more info.   

  # The services in the 'default' group are loaded every time. 
  # You can optionally create other groups of services, that can be loaded
  # by URL query params, or based on other request params. More info?

default:
    services:
      BorrowDirect:
        type: BorrowDirectAdaptor
        priority: 3
        # We use our VCRFilter to use dummy barcode/symbol with our recorded
        # VCR cassettes, if available. 
        #library_symbol: DUMMY_BD_LIBRARY_SYMBOL
        #find_item_patron_barcode: DUMMY_BD_PATRON
        library_symbol: "<%= defined?(VCRFilter) ? VCRFilter[:bd_library_symbol] : ENV["BD_LIBRARY_SYMBOL"] %>"
        find_item_patron_barcode: "<%= defined?(VCRFilter) ? VCRFilter[:bd_patron]  : ENV["BD_PATRON"] %>"
        html_query_base_url: https://catalyst.library.jhu.edu/borrow_direct

Version data entries

5 entries across 5 versions & 1 rubygems

Version Path
umlaut_borrow_direct-1.0.1 test/dummy/config/umlaut_services.yml
umlaut_borrow_direct-1.0.0 test/dummy/config/umlaut_services.yml
umlaut_borrow_direct-1.0.0.pre3 test/dummy/config/umlaut_services.yml
umlaut_borrow_direct-1.0.0.pre2 test/dummy/config/umlaut_services.yml
umlaut_borrow_direct-1.0.0.pre.alpha.1 test/dummy/config/umlaut_services.yml