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:
parent
c986d939ec
commit
a16921f264
2 changed files with 3 additions and 1 deletions
|
@ -4,6 +4,7 @@ export default defineNuxtConfig({
|
|||
devtools: { enabled: true },
|
||||
runtimeConfig: {
|
||||
cookieSecretKey: "",
|
||||
vapidSubject: "",
|
||||
vapidPrivateKey: "",
|
||||
public: {
|
||||
defaultTimezone: "Europe/Oslo",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue