Skip to content

Commit

Permalink
Merge pull request #283 from NYPL/SFR-1866_BardoCCE&HathiDataFilesURL…
Browse files Browse the repository at this point in the history
…Update

SFR-1866_Bardo&HathiConfigUpdate
  • Loading branch information
mitri-slory authored Jan 17, 2024
2 parents 3f74766 + c0b2868 commit 100088b
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 4 deletions.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ New /fulfill endpoint with ability to check for NYPL login in Bearer authorizati
- New APIUtils method to generate a presigned url for S3 actions
## Fixed
- NYPL records not being added due to SQLAlchemy error
- Bardo CCE API and Hathi DataFiles URL updated

## 2023-09-05 version -- v0.12.3
## Removed
Expand Down
4 changes: 2 additions & 2 deletions config/production.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ FILE_ROUTING_KEY: sfrS3Files

# HATHITRUST CONFIGURATION
# HATHI_API_KEY and HATHI_API_SECRET must be configured as secrets
HATHI_DATAFILES: https://www.hathitrust.org/filebrowser/download/244651
HATHI_DATAFILES: https://www.hathitrust.org/files/hathifiles/hathi_file_list.json
HATHI_API_ROOT: https://babel.hathitrust.org/cgi/htd

# OCLC CONFIGURATION
Expand Down Expand Up @@ -62,7 +62,7 @@ NYPL_API_CLIENT_TOKEN_URL: https://isso.nypl.org/oauth/token
GITHUB_API_ROOT: https://api.github.com/graphql

# Bardo CCE API URL
BARDO_CCE_API: http://sfr-bardo-copyright-development.us-east-1.elasticbeanstalk.com/search
BARDO_CCE_API: http://sfr-c-ecsal-14v3injrieoy5-258691445.us-east-1.elb.amazonaws.com/search/

# Project MUSE MARC endpoint
MUSE_MARC_URL: https://about.muse.jhu.edu/lib/metadata?format=marc&content=book&include=oa&filename=open_access_books&no_auth=1
Expand Down
4 changes: 2 additions & 2 deletions config/qa.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ FILE_ROUTING_KEY: sfrS3Files

# HATHITRUST CONFIGURATION
# HATHI_API_KEY and HATHI_API_SECRET must be configured as secrets
HATHI_DATAFILES: https://www.hathitrust.org/filebrowser/download/244651
HATHI_DATAFILES: https://www.hathitrust.org/files/hathifiles/hathi_file_list.json
HATHI_API_ROOT: https://babel.hathitrust.org/cgi/htd

# OCLC CONFIGURATION
Expand Down Expand Up @@ -62,7 +62,7 @@ NYPL_API_CLIENT_TOKEN_URL: https://isso.nypl.org/oauth/token
GITHUB_API_ROOT: https://api.github.com/graphql

# Bardo CCE API URL
BARDO_CCE_API: http://sfr-bardo-copyright-development.us-east-1.elasticbeanstalk.com/search
BARDO_CCE_API: http://sfr-c-ecsal-14v3injrieoy5-258691445.us-east-1.elb.amazonaws.com/search/

# Project MUSE MARC endpoint
MUSE_MARC_URL: https://about.muse.jhu.edu/lib/metadata?format=marc&content=book&include=oa&filename=open_access_books&no_auth=1
Expand Down

0 comments on commit 100088b

Please sign in to comment.