Updated the example environment file

This commit is contained in:
2026-04-14 10:02:02 -06:00
committed by GitHub
parent 8f704eda15
commit 7281691448
2 changed files with 2 additions and 8 deletions

View File

@@ -1,8 +0,0 @@
{
"permissions": {
"allow": [
"Bash(grep -E \"\\\\.\\(tsx?|jsx?\\)$\")",
"Bash(grep -E \"\\\\.js$|^d\")"
]
}
}

View File

@@ -1,2 +1,4 @@
STRIPE_SECRET_KEY=sk_test_...
NEXT_PUBLIC_STRIPE_PUBLISHABLE_KEY=pk_test_...
OPENROUTER_API_KEY=sk-or-v1-...
RESEND_API_KEY=re_...