data-use-annotation / .env.example
rafmacalaba's picture
feat: add ALLOWED_USERS allowlist for OAuth login
2ae6728
raw
history blame contribute delete
418 Bytes
# Hugging Face token for accessing datasets
HF_TOKEN=your_hf_token_here
# Optional: Override the default HF dataset repo
# HF_DATASET_REPO=rafmacalaba/wbg_annotation_data
# Optional: Number of documents to scan on initial load (default: 50)
# MAX_DOCS_TO_SCAN=50
# Optional: Comma-separated list of allowed HF usernames for OAuth login
# If not set, any HF user can sign in
# ALLOWED_USERS=rafmacalaba,rafamacalaba