move stripe keys to .env

This commit is contained in:
2026-04-09 23:01:41 -06:00
parent 014a70b8fc
commit 5c8c11b03f
3 changed files with 5 additions and 1 deletions

View File

@@ -1 +1,2 @@
STRIPE_SECRET_KEY=sk_test_...
NEXT_PUBLIC_STRIPE_PUBLISHABLE_KEY=pk_test_...