karakeep: add DB_WAL_MODE; suppress test output (#6101)

This commit is contained in:
Chris
2025-07-20 16:29:07 -04:00
committed by GitHub
parent a196541771
commit be6ac828ca
2 changed files with 7 additions and 6 deletions

View File

@ -80,6 +80,7 @@ DATA_DIR="$DATA_DIR"
MEILI_ADDR="http://127.0.0.1:7700"
MEILI_MASTER_KEY="$MASTER_KEY"
BROWSER_WEB_URL="http://127.0.0.1:9222"
DB_WAL_MODE=true
# If you're planning to use OpenAI for tagging. Uncomment the following line:
# OPENAI_API_KEY="<API_KEY>"