We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 261b1ff commit 778d18bCopy full SHA for 778d18b
1 file changed
.env.sample
@@ -1,7 +1,7 @@
1
-FRAMEWORK_ALMA_API_URL=https://api-na.hosted.exlibrisgroup.com/almaws/v1/
+# If pointing to the sandbox the env=sandbox is required in the url
2
+ALMA_JWT_JWKS_URL=https://api-na.hosted.exlibrisgroup.com/auth/our institution code/jwks.json?env=sandbox
3
# Keys can be found in LastPass
4
FRAMEWORK_ALMA_API_KEY=KEY_GOES_HERE
5
+FRAMEWORK_ALMA_API_URL=https://api-na.hosted.exlibrisgroup.com/almaws/v1/
6
FRAMEWORK_ALMA_SANDBOX_KEY=KEY_GOES_HERE
-# If pointing to the sandbox the env=sandbox is required in the url
-ALMA_JWT_JWKS_URL=https://api-na.hosted.exlibrisgroup.com/auth/out institution code/jwks.json?env=sandbox
7
LIT_TIND_API_KEY=KEY_GOES_HERE
0 commit comments