webarc/env
JMARyA 6aea22576c
Some checks failed
ci/woodpecker/push/build Pipeline failed
update chunked embed
2024-12-31 02:03:03 +01:00

19 lines
430 B
Text

# 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)
# You can blacklist sites which wont work well
BLACKLIST_DOMAINS="^gitlab"
# Database
DATABASE_URL=postgres://user:pass@postgres/webarc
# Ollama URL (Enables vector search)
OLLAMA_URL=127.0.0.1:11434