server: use local slurp cache separate from production

This commit is contained in:
Bill Thiede 2025-01-27 13:16:55 -08:00
parent cc1e998ec5
commit 46f823baae

View File

@ -11,4 +11,4 @@ port = 9345
#log_level = "critical"
newsreader_database_url = "postgres://newsreader@nixos-07.h.xinu.tv/newsreader"
newsreader_tantivy_db_path = "../target/database/newsreader"
slurp_cache_path = "/net/nasx/x/letterbox/slurp"
slurp_cache_path = "/tmp/letterbox/slurp"