Spaces:
Runtime error
Runtime error
File size: 363 Bytes
6b2c871 | 1 2 3 4 5 6 7 8 9 10 11 12 13 14 | QWEN_MODEL=Qwen/Qwen2.5-7B-Instruct
SUPABASE_URL=https://wlfldxrhbrwqqxlbfhxr.supabase.co
SUPABASE_SERVICE_ROLE_KEY=
DERIV_APP_ID=1089
DERIV_API_TOKEN=pat_d67a5f8a7a09da3b21d5b59e0016f60c7ab2a3c523edf0213d2c75e3adaf9cb1
# Fernet key for encrypting stored API tokens
ENCRYPTION_KEY=
# CORS — allow your Lovable frontend origin(s)
CORS_ORIGINS=*
|