Skip to content

Commit

Permalink
Bytter Sanity dataset til ba-production (#1298)
Browse files Browse the repository at this point in the history
  • Loading branch information
ole-kristian-rudjord authored Jul 25, 2024
1 parent 5114c58 commit 22aaf53
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/shared-utils/Miljø.ts
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ export const erLokalt = () => !erProd() && !erDev();
const Miljø = (): MiljøProps => {
if (erDev()) {
return {
sanityDataset: 'production',
sanityDataset: 'ba-production',
soknadApiProxyUrl: `https://familie-ba-soknad.ekstern.dev.nav.no${basePath}api`,
soknadApiUrl: `http://familie-baks-soknad-api/api`,
dokumentProxyUrl: `https://familie-ba-soknad.ekstern.dev.nav.no${basePath}dokument`,
Expand All @@ -45,7 +45,7 @@ const Miljø = (): MiljøProps => {
};
} else if (erProd()) {
return {
sanityDataset: 'production',
sanityDataset: 'ba-production',
soknadApiProxyUrl: `https://www.nav.no${basePath}api`,
soknadApiUrl: `http://familie-baks-soknad-api/api`,
dokumentProxyUrl: `https://www.nav.no${basePath}dokument`,
Expand All @@ -57,7 +57,7 @@ const Miljø = (): MiljøProps => {
};
} else {
return {
sanityDataset: 'production',
sanityDataset: 'ba-production',
soknadApiProxyUrl: `http://localhost:3000${basePath}api`,
soknadApiUrl: 'http://localhost:8080/api',
dokumentProxyUrl: `http://localhost:3000${basePath}dokument`,
Expand Down

0 comments on commit 22aaf53

Please sign in to comment.