Skip to content

Commit c9fec16

Browse files
committed
Clarify which Primo config is only for UI links
1 parent cfaa84d commit c9fec16

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -79,9 +79,9 @@ See `Optional Environment Variables` for more information.
7979
- `MIT_PRIMO_URL`: The base URL for MIT Libraries' Primo instance (used to generate record links).
8080
- `PRIMO_API_KEY`: The Primo Search API key.
8181
- `PRIMO_API_URL`: The Primo Search API base URL.
82-
- `PRIMO_SCOPE`: The Primo Search API `scope` param (set to `cdi` for CDI-scoped results).
83-
- `PRIMO_TAB`: The Primo Search API `tab` param (typically `all`).
84-
- `PRIMO_VID`: The Primo Search API `vid` (or 'view ID`) param.
82+
- `PRIMO_SCOPE`: The Primo Search API `scope` used in Primo UI links. Does not affect our API calls. Ask Enterprise Systems for value.
83+
- `PRIMO_TAB`: The Primo Search API `tab` used in Primo UI links. Does not affect our API calls. Ask Enterprise Systems for value.
84+
- `PRIMO_VID`: The Primo Search API `vid` (or 'view ID`) param. Used in both our API calls and Primo UI. Ask Enterprise Systems for value.
8585
- `SECRET_KEY_BASE`: You can generate this via `bin/rails secret`. Please do not re-use the production value locally.
8686
- `SYNDETICS_PRIMO_URL`: The Syndetics API URL for Primo. This is used to construct thumbnail URLs.
8787
- `TIMDEX_GRAPHQL`: Set this to the URL of the GraphQL endpoint. There is no default value in the application.

0 commit comments

Comments
 (0)