feat: add webhook signing key as config variable

This commit is contained in:
mrjvs
2026-08-12 20:54:28 +02:00
parent 8a8c84756d
commit be092ca6b5
5 changed files with 6 additions and 2 deletions

View File

@@ -9,6 +9,7 @@ declare module 'nuxt/schema' {
githubApiToken: string;
stripeSecretKey: string;
stripeWebhookSecret: string;
stripeNotificationEmail: string;
hcaptchaSecretKey: string;