Skip to content

Commit 778d18b

Browse files
committed
fixed typo in .env.sample and ordered alphabetically
1 parent 261b1ff commit 778d18b

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

.env.sample

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
1-
FRAMEWORK_ALMA_API_URL=https://api-na.hosted.exlibrisgroup.com/almaws/v1/
1+
# 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
23
# Keys can be found in LastPass
34
FRAMEWORK_ALMA_API_KEY=KEY_GOES_HERE
5+
FRAMEWORK_ALMA_API_URL=https://api-na.hosted.exlibrisgroup.com/almaws/v1/
46
FRAMEWORK_ALMA_SANDBOX_KEY=KEY_GOES_HERE
5-
# If pointing to the sandbox the env=sandbox is required in the url
6-
ALMA_JWT_JWKS_URL=https://api-na.hosted.exlibrisgroup.com/auth/out institution code/jwks.json?env=sandbox
77
LIT_TIND_API_KEY=KEY_GOES_HERE

0 commit comments

Comments
 (0)