mirror of
https://github.com/PretendoNetwork/website.git
synced 2026-09-25 10:15:40 -05:00
feat: add webhook signing key as config variable
This commit is contained in:
1
src/plugins/types.d.ts
vendored
1
src/plugins/types.d.ts
vendored
@@ -9,6 +9,7 @@ declare module 'nuxt/schema' {
|
||||
githubApiToken: string;
|
||||
|
||||
stripeSecretKey: string;
|
||||
stripeWebhookSecret: string;
|
||||
stripeNotificationEmail: string;
|
||||
|
||||
hcaptchaSecretKey: string;
|
||||
|
||||
Reference in New Issue
Block a user