add saas files

This commit is contained in:
saidsurucu
2025-06-29 14:31:37 +03:00
parent 352969deca
commit 973a25980b
9 changed files with 153 additions and 39 deletions
+10 -5
View File
@@ -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