greeta commited on
Commit
3db099e
·
verified ·
1 Parent(s): 369dc53

Upload .env.example

Browse files
Files changed (1) hide show
  1. .env.example +13 -0
.env.example ADDED
@@ -0,0 +1,13 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ # Supabase (обязательно)
2
+ SUPABASE_URL=https://your-project.supabase.co
3
+ SUPABASE_SERVICE_KEY=your-service-role-key
4
+
5
+ # RuBERT API (опционально)
6
+ RUBERT_URL=https://your-rubert.hf.space
7
+
8
+ # Настройки скрапера
9
+ FIPI_BASE_URL=https://fipi.ru
10
+ SCRAPER_INTERVAL_HOURS=24
11
+
12
+ # Hugging Face (опционально)
13
+ HF_TOKEN=hf_your-token