Mikecode123 commited on
Commit
6b2c871
·
verified ·
1 Parent(s): c77cde3

Upload .env

Browse files
Files changed (1) hide show
  1. .env +14 -0
.env ADDED
@@ -0,0 +1,14 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ HF_TOKEN=hf_xxx
2
+ QWEN_MODEL=Qwen/Qwen2.5-7B-Instruct
3
+
4
+ SUPABASE_URL=https://wlfldxrhbrwqqxlbfhxr.supabase.co
5
+ SUPABASE_SERVICE_ROLE_KEY=
6
+
7
+ DERIV_APP_ID=1089
8
+ DERIV_API_TOKEN=pat_d67a5f8a7a09da3b21d5b59e0016f60c7ab2a3c523edf0213d2c75e3adaf9cb1
9
+
10
+ # Fernet key for encrypting stored API tokens
11
+ ENCRYPTION_KEY=
12
+
13
+ # CORS — allow your Lovable frontend origin(s)
14
+ CORS_ORIGINS=*