add saas files
This commit is contained in:
+10
-5
@@ -6,6 +6,9 @@ HOST=0.0.0.0
|
||||
PORT=8000
|
||||
LOG_LEVEL=info
|
||||
|
||||
# Authentication Configuration
|
||||
ENABLE_AUTH=false # Set to true in production for JWT validation
|
||||
|
||||
# CORS Configuration
|
||||
# Comma-separated list of allowed origins
|
||||
# Use * to allow all origins (not recommended for production)
|
||||
@@ -42,12 +45,14 @@ EMSAL_TIMEOUT=60
|
||||
# Sentry DSN for error tracking
|
||||
# SENTRY_DSN=https://your-sentry-dsn@sentry.io/project-id
|
||||
|
||||
# Clerk Configuration
|
||||
CLERK_SECRET_KEY=sk_test_YourClerkSecretKey
|
||||
# ------ Clerk ------
|
||||
CLERK_PUBLISHABLE_KEY=pk_test_xxx
|
||||
CLERK_SECRET_KEY=sk_test_xxx
|
||||
CLERK_ISSUER=https://your-app.clerk.accounts.dev # issuer & JWKS root
|
||||
|
||||
# Stripe Configuration
|
||||
STRIPE_SECRET_KEY=sk_test_YourStripeSecretKey
|
||||
STRIPE_WEBHOOK_SECRET=whsec_YourStripeWebhookSecret
|
||||
# ------ Stripe ------
|
||||
STRIPE_SECRET=sk_live_xxx
|
||||
STRIPE_WEBHOOK_SECRET=whsec_xxx
|
||||
|
||||
# Application Configuration
|
||||
APP_URL=http://localhost:8000
|
||||
|
||||
Reference in New Issue
Block a user