paper-trail-api / .env.example
Hoe
Deploying Backend API
b339b93
Raw
History Blame Contribute Delete
535 Bytes
# Paper Trail API Environment Configuration
# Copy this file to .env and fill in your values
# PostgreSQL connection (required for postgres_loader)
# Format: postgresql://user:password@host:port/database
DATABASE_URL=postgresql://localhost:5432/paper_trail
# Optional: HuggingFace token for private datasets
# HF_TOKEN=hf_xxxxxxxxxxxxxxxxxxxx
# Optional: Custom data directory
# DATA_DIR=/path/to/data
# Optional: DuckDB database path (defaults to ./data/contributions.duckdb)
# DUCKDB_PATH=/path/to/database.duckdb