fix saas issues
This commit is contained in:
+3
-2
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user