Skip to content

Commit

Permalink
will use stripe
Browse files Browse the repository at this point in the history
  • Loading branch information
psycho-baller committed Jul 26, 2023
1 parent 87d015e commit f07a445
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 1 deletion.
6 changes: 6 additions & 0 deletions .env.example
Original file line number Diff line number Diff line change
@@ -1 +1,7 @@
HUGGINGFACEHUB_API_TOKEN=hf_
OPENAI_API_KEY=sk-

# Stripe
NEXT_PUBLIC_STRIPE_PUBLISHABLE_KEY=
STRIPE_SECRET_KEY=
STRIPE_WEBHOOK_SECRET=
6 changes: 5 additions & 1 deletion vercel.json
Original file line number Diff line number Diff line change
@@ -1 +1,5 @@
{}
{
"github": {
"silent": true
}
}

0 comments on commit f07a445

Please sign in to comment.