implemented stripe for the cloud instance

This commit is contained in:
Daniel
2023-07-15 22:15:43 -04:00
parent 0b66e16123
commit f82582a0bd
29 changed files with 474 additions and 88 deletions
+4
View File
@@ -16,6 +16,10 @@ declare global {
NEXT_PUBLIC_EMAIL_PROVIDER?: true;
EMAIL_FROM?: string;
EMAIL_SERVER?: string;
STRIPE_SECRET_KEY?: string;
PRICE_ID?: string;
STRIPE_BILLING_PORTAL_URL?: string;
}
}
}