fix(litefs): remove invalid primary-redirect-url config field

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
This commit is contained in:
Thomas Hallock 2026-01-21 13:44:49 -06:00
parent e69a33838a
commit bb9a4be6c2
1 changed files with 1 additions and 2 deletions

View File

@ -19,12 +19,11 @@ lease:
candidate: ${LITEFS_CANDIDATE:-false}
# HTTP proxy to forward writes from replicas to primary
# LiteFS automatically forwards writes to primary via lease advertise-url
proxy:
addr: ":8080"
target: "localhost:3000"
db: "sqlite.db"
# Forward write requests to primary
primary-redirect-url: "http://abaci-app-0.abaci-app-headless.abaci.svc.cluster.local:8080"
passthrough:
- "*.ico"
- "*.png"