Skip to content

Commit

Permalink
ret
Browse files Browse the repository at this point in the history
  • Loading branch information
frodehansen2 committed Nov 24, 2023
1 parent c5fc4b8 commit d3ad463
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 11 deletions.
2 changes: 1 addition & 1 deletion apps/dine-pleiepenger/nais/dev-gcp.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,9 +12,9 @@
"NEXT_PUBLIC_MIN_SIDE_PATH": "/minside",
"NEXT_PUBLIC_RUNTIME_ENVIRONMENT": "dev",
"NEXT_PUBLIC_API_URL_INNSYN": "https://sif-innsyn.intern.dev.nav.no/api",
"NEXT_PUBLIC_API_URL_BRUKERDIALOG": "http://k9-brukerdialog-api",
"INNSYN_BACKEND_SCOPE": "dev-gcp:dusseldorf:sif-innsyn-api",
"BRUKERDIALOG_BACKEND_SCOPE": "dev-gcp:dusseldorf:k9-brukerdialog-api",
"NEXT_PUBLIC_API_URL_BRUKERDIALOG": "http://k9-brukerdialog-api",
"NEXT_PUBLIC_IS_E2E": "false",
"NODE_ENV": "development",
"ANALYZE": "false",
Expand Down
5 changes: 4 additions & 1 deletion apps/dine-pleiepenger/nais/envs/.env.dev
Original file line number Diff line number Diff line change
@@ -1,7 +1,10 @@
INNSYN_BACKEND_SCOPE=dev-gcp:dusseldorf:sif-innsyn-api
BRUKERDIALOG_BACKEND_SCOPE=dev-gcp:dusseldorf:k9-brukerdialog-api
ANALYZE=false

NEXT_PUBLIC_BASE_PATH=/dine-pleiepenger
NEXT_PUBLIC_MIN_SIDE_PATH=/minside
NEXT_PUBLIC_RUNTIME_ENVIRONMENT=dev
NEXT_PUBLIC_API_URL_INNSYN=https://sif-innsyn.intern.dev.nav.no/api
NEXT_PUBLIC_API_URL_BRUKERDIALOG=http://k9-brukerdialog-api
NEXT_PUBLIC_IS_E2E=false
ANALYZE=false
9 changes: 0 additions & 9 deletions apps/dine-pleiepenger/next.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -35,15 +35,6 @@ const nextConfig = {
dirs: ['src'],
ignoreDuringBuilds: true,
},
env: {
INNSYN_BACKEND_SCOPE: 'dummy-value',
BRUKERDIALOG_BACKEND_SCOPE: 'dummy-value',
IDPORTEN_CLIENT_ID: 'dummy-value',
IDPORTEN_WELL_KNOWN_URL: 'dummy-value',
TOKEN_X_WELL_KNOWN_URL: 'dummy-value',
TOKEN_X_PRIVATE_JWK: 'dummy-value',
TOKEN_X_CLIENT_ID: 'dummy-value',
},

redirects: async () => [{ source: '/', destination: '/dine-pleiepenger', permanent: false, basePath: false }],

Expand Down

0 comments on commit d3ad463

Please sign in to comment.