Spaces:
Runtime error
Runtime error
| # 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 | |