Skip to content
This repository has been archived by the owner on Oct 24, 2023. It is now read-only.

Commit

Permalink
Prøver å fikse json med env-variabler.
Browse files Browse the repository at this point in the history
  • Loading branch information
sstensby committed Aug 17, 2023
1 parent f0fa277 commit 16eb2be
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion public/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
"MILJØ": "{{MILJO}}",
"MIN_SIDE_ARBEIDSGIVER_URL": "{{{MIN_SIDE_ARBEIDSGIVER_URL}}}",
"GRAFANA_AGENT_COLLECTOR_URL": "{{{GRAFANA_AGENT_COLLECTOR_URL}}}",
"PROD_URL": "{{{PROD_URL}}}",
"PROD_URL": "{{{PROD_URL}}}"
}
</script>
<title>Sykefraværsstatistikk</title>
Expand Down

0 comments on commit 16eb2be

Please sign in to comment.