broadfield-dev commited on
Commit
906f388
·
verified ·
1 Parent(s): 94b1525

Update .env

Browse files
Files changed (1) hide show
  1. .env +1 -1
.env CHANGED
@@ -5,7 +5,7 @@
5
  # "JSON" (persists to a local social_data.json file)
6
  # "SQLITE" (persists to a local social_data.db file)
7
  # "HF_DATASET" (persists to a private Hugging Face Dataset repository)
8
- DATASET_BACKEND="HF_DATASET"
9
 
10
  # --- REQUIRED FOR HF_DATASET BACKEND ---
11
  # Your Hugging Face user/org token with 'write' permissions.
 
5
  # "JSON" (persists to a local social_data.json file)
6
  # "SQLITE" (persists to a local social_data.db file)
7
  # "HF_DATASET" (persists to a private Hugging Face Dataset repository)
8
+ STORAGE_BACKEND="HF_DATASET"
9
 
10
  # --- REQUIRED FOR HF_DATASET BACKEND ---
11
  # Your Hugging Face user/org token with 'write' permissions.