You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+6-5Lines changed: 6 additions & 5 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -79,9 +79,9 @@ See `Optional Environment Variables` for more information.
79
79
-`MIT_PRIMO_URL`: The base URL for MIT Libraries' Primo instance (used to generate record links).
80
80
-`PRIMO_API_KEY`: The Primo Search API key.
81
81
-`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.
85
85
-`SECRET_KEY_BASE`: You can generate this via `bin/rails secret`. Please do not re-use the production value locally.
86
86
-`SYNDETICS_PRIMO_URL`: The Syndetics API URL for Primo. This is used to construct thumbnail URLs.
87
87
-`TIMDEX_GRAPHQL`: Set this to the URL of the GraphQL endpoint. There is no default value in the application.
@@ -98,8 +98,9 @@ See `Optional Environment Variables` for more information.
98
98
mode. Note that this is currently intended _only_ for the geodata app and
99
99
may have unexpected consequences if applied to other TIMDEX UI apps.
100
100
-`FEATURE_SIMULATE_SEARCH_LATENCY`: DO NOT SET IN PRODUCTION. Set to ensure a minimum of a one second delay in returning search results. Useful to see spinners/loaders. Only introduces delay for results that take less than one second to complete.
101
-
-`FEATURE_TAB_TIMDEX_ALL`: Display a tab for displaying the combined TIMDEX data
102
-
-`FEATURE_TAB_TIMDEX_ALMA`: Display a tab for displaying Alma data from TIMDEX
101
+
-`FEATURE_TAB_PRIMO_ALL`: Display a tab for displaying the combined Primo data (CDI + Alma)
102
+
-`FEATURE_TAB_TIMDEX_ALL`: Display a tab for displaying the combined TIMDEX data. `TIMDEX_INDEX` affects which data appears in this tab.
103
+
-`FEATURE_TAB_TIMDEX_ALMA`: Display a tab for displaying Alma data from TIMDEX. `TIMDEX_INDEX` must include `Alma` data or no results will return.
103
104
-`FILTER_ACCESS_TO_FILES`: The name to use instead of "Access to files" for that filter / aggregation.
104
105
-`FILTER_CONTENT_TYPE`: The name to use instead of "Content type" for that filter / aggregation.
105
106
-`FILTER_CONTRIBUTOR`: The name to use instead of "Contributor" for that filter / aggregation.
0 commit comments