Skip to content

Configuration options

Dan Michael O. Heggø edited this page Aug 10, 2017 · 4 revisions
  • vocabularies: list of vocabularies. Options for each environment:
    • marc_code: The vocabulary code in $2 subfields
    • id_service: URL to ID lookup service (optional). See this page for more info.
  • default_vocabulary: The marc_code of the default vocabulary to use if none is specified explicitly.
  • env: list of environments. Options for each environment:
    • name: some name. Use with default_env to make the environment the default, or specify -e {name} to use the environment when running the program.
    • api_key: API key from Ex Libris Developer Network.
    • api_region: API region code (na, eu or ap)
    • sru_url: URL for the SRU endpoint
  • default_env: The environment to use if no environment is specified using the -e flag.
  • sentry.dsn: Specify a DSN if you want to log errors to Sentry.
Clone this wiki locally