mirror of
https://github.com/leonvanzyl/agentic-coding-starter-kit.git
synced 2026-01-30 06:22:02 +00:00
docs/ polar payment processing
This commit is contained in:
@@ -21,4 +21,9 @@ OPENAI_EMBEDDING_MODEL="text-embedding-3-large"
|
||||
NEXT_PUBLIC_APP_URL="http://localhost:3000"
|
||||
|
||||
# File storage (optional - if app required file uploads)
|
||||
BLOB_READ_WRITE_TOKEN=
|
||||
BLOB_READ_WRITE_TOKEN=
|
||||
|
||||
# Polar payment processing
|
||||
# Get these from: https://sandbox.polar.sh/dashboard (sandbox) or https://polar.sh/dashboard (production)
|
||||
POLAR_WEBHOOK_SECRET=polar_
|
||||
POLAR_ACCESS_TOKEN=polar_
|
||||
Reference in New Issue
Block a user