Skip to content

Commit

Permalink
test switching to prod profiles on stage
Browse files Browse the repository at this point in the history
  • Loading branch information
thisismattmiller committed Nov 21, 2024
1 parent e1a2680 commit 4a24601
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/stores/config.js
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,8 @@ export const useConfigStore = defineStore('config', {
shelfListing: 'https://preprod-8230.id.loc.gov/',
// bfdb : 'https://preprod-8210.id.loc.gov/',
bfdb : 'https://preprod-8300.id.loc.gov/',
profiles : '/bfe2/util/profiles/profile/stage',
// profiles : '/bfe2/util/profiles/profile/stage',
profiles : '/bfe2/util/profiles/profile/prod',
// profiles: 'https://preprod-3001.id.loc.gov/api/listconfigs?where=index.resourceType:profile',
starting : '/bfe2/util/profiles/starting/stage',
id: 'https://preprod-8288.id.loc.gov/',
Expand Down

0 comments on commit 4a24601

Please sign in to comment.