Sha256: c00472c63b571abff42dcce72608e3aa624afee7a1d69fb0e03beae572065c8f

Contents?: true

Size: 1.26 KB

Versions: 1

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

1 entries across 1 versions & 1 rubygems

Version Path
umlaut_borrow_direct-1.0.2 test/dummy/config/umlaut_services.yml