Read vapid subject from the environment

Load the contact details for push notifications from the
NUXT_VAPID_SUBJECT environment variable.
This commit is contained in:
Hornwitser 2025-05-20 00:25:28 +02:00
parent c986d939ec
commit a16921f264
2 changed files with 3 additions and 1 deletions

View file

@ -4,6 +4,7 @@ export default defineNuxtConfig({
devtools: { enabled: true },
runtimeConfig: {
cookieSecretKey: "",
vapidSubject: "",
vapidPrivateKey: "",
public: {
defaultTimezone: "Europe/Oslo",