mirror of
https://github.com/bartvdbraak/omnidash.git
synced 2025-04-26 15:01:20 +00:00
feat: update environment variables and remove Plausible integrity check
This commit is contained in:
parent
a671ef73ab
commit
ff55b6864b
2 changed files with 0 additions and 2 deletions
|
@ -1,5 +1,4 @@
|
|||
SERVER_PB="http://localhost:8090"
|
||||
PUBLIC_CLIENT_PB="http://127.0.0.1:8090"
|
||||
PUBLIC_PLAUSIBLE_DOMAIN="plausible.example.com"
|
||||
PUBLIC_PLAUSIBLE_INTEGRITY=""
|
||||
MSID_ASSOCIATION="{}"
|
|
@ -16,7 +16,6 @@
|
|||
defer
|
||||
data-domain="omnidash.io"
|
||||
src="https://%sveltekit.env.PUBLIC_PLAUSIBLE_DOMAIN%/js/script.js"
|
||||
integrity="%sveltekit.env.PUBLIC_PLAUSIBLE_INTEGRITY%"
|
||||
></script>
|
||||
</head>
|
||||
<body
|
||||
|
|
Loading…
Reference in a new issue