-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.env.sample
More file actions
29 lines (20 loc) · 796 Bytes
/
.env.sample
File metadata and controls
29 lines (20 loc) · 796 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
# Kubernetes namespace to deploy into
NAMESPACE=mcpprimo
# Ex Libris Primo API key (kept out of version control)
PRIMO_API_KEY=your-api-key-here
# Primo API base URL
PRIMO_BASE_URL=https://api-na.hosted.exlibrisgroup.com
# Primo view ID (e.g., 01VT_INST:VT)
PRIMO_VID=
# Primo tab name (e.g., LibraryCatalog)
PRIMO_TAB=
# Primo scope name (e.g., MyInstitution)
PRIMO_SCOPE=
# Institution code (on-premises only, leave empty for hosted)
PRIMO_INST=
# Public hostname for the ingress
INGRESS_HOST=mcpprimo.discovery.cs.vt.edu
# Docker container registry (image will be pushed as $CONTAINER_REGISTRY/primomcp:latest)
CONTAINER_REGISTRY=container.cs.vt.edu/gback/registry
# Name of the K8s secret containing registry credentials (for imagePullSecrets)
IMAGE_PULL_SECRET=registry-credentials