Skip to content

Commit

Permalink
Merge pull request #176 from TAMULib/sprint9-175-prod-url-removal-fro…
Browse files Browse the repository at this point in the history
…mConfig

Hard coded prod urls removed from catalog config
  • Loading branch information
rmathew1011 committed Jan 26, 2022
2 parents bc744c2 + 88f7b47 commit 9bf4ec5
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion service/src/main/resources/catalogs/evans.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "evans",
"type": "voyager",
"baseUrl": "http://surprise.tamu.edu:7014/vxws/",
"baseUrl": "",
"sidPrefix": "libcat"
}
6 changes: 3 additions & 3 deletions service/src/main/resources/catalogs/folio.json
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
{
"name": "folio",
"type": "folio",
"baseOkapiUrl": "https://folio-okapi-q3.library.tamu.edu/",
"baseEdgeUrl": "https://folio-edge.library.tamu.edu/",
"baseOkapiUrl": "",
"baseEdgeUrl": "",
"tenant": "tamu",
"credentials": {
"username": "",
"password": ""
},
"edgeApiKey": "",
"repositoryBaseUrl": "folio-edge.library.tamu.edu",
"repositoryBaseUrl": "",
"cancelHoldReasonId": "75187e8d-e25a-47a7-89ad-23ba612338de"
}
2 changes: 1 addition & 1 deletion service/src/main/resources/catalogs/msl.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "msl",
"type": "voyager",
"baseUrl": "http://surprise.tamu.edu:7414/vxws/",
"baseUrl": "",
"sidPrefix": "chiron"
}

0 comments on commit 9bf4ec5

Please sign in to comment.