fix saas issues

This commit is contained in:
saidsurucu
2025-06-29 23:54:28 +03:00
parent 5ea1cf924a
commit f7500aa79d
3 changed files with 33 additions and 26 deletions
+3 -2
View File
@@ -4,7 +4,7 @@
# Server Configuration
HOST=0.0.0.0
PORT=8000
LOG_LEVEL=info
LOG_LEVEL=INFO
# Authentication Configuration
ENABLE_AUTH=false # Set to true in production for JWT validation
@@ -48,7 +48,8 @@ EMSAL_TIMEOUT=60
# ------ Clerk ------
CLERK_PUBLISHABLE_KEY=pk_test_xxx
CLERK_SECRET_KEY=sk_test_xxx
CLERK_ISSUER=https://your-app.clerk.accounts.dev # issuer & JWKS root
CLERK_ISSUER=https://your-app.clerk.accounts.dev # issuer & JWKS root (optional if using CLERK_PUBLIC_KEY)
# CLERK_PUBLIC_KEY=-----BEGIN PUBLIC KEY-----\nMIIBIjANBg...\n-----END PUBLIC KEY-----
# ------ Stripe ------
STRIPE_SECRET=sk_live_xxx