webarc/env

19 lines
401 B
Text
Raw Normal View History

2024-12-30 10:00:05 +01:00
# Logging
RUST_LOG=info
ROCKET_ADDRESS=0.0.0.0
# Rewrite links to point back to the archive itself
ROUTE_INTERNAL=true
# Download missing routes on demand
DOWNLOAD_ON_DEMAND=true
# Blacklisted domains (Comma-seperated regex)
BLACKLIST_DOMAINS="google.com,.*.youtube.com"
2024-12-30 14:06:32 +01:00
# Database
DATABASE_URL=postgres://user:pass@postgres/webarc
# Ollama URL (Enables vector search)
OLLAMA_URL=127.0.0.1:11434