tripit: set PLACE_PHOTO_PROVIDER=wikipedia — real place preview photos
All checks were successful
ci/woodpecker/push/default Pipeline was successful
All checks were successful
ci/woodpecker/push/default Pipeline was successful
Viktor asked for place photos on the tripit Trip board. The app-side work (add-time photo fetch, board place cards) shipped in tripit v0.106.0, but prod never set PLACE_PHOTO_PROVIDER, so the fake provider would store placeholder PNGs for every hand-added place. Same class of fake-default gap as PLACE_RESOLVER_MODE (set explicitly for the same reason); the ADR-0035 rollout had left both the env flip and its backfill cron undone. Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
This commit is contained in:
parent
b761701994
commit
08fb65827c
1 changed files with 6 additions and 0 deletions
|
|
@ -175,6 +175,12 @@ locals {
|
|||
STORY_SOURCE_MODE = "web"
|
||||
SCRIPT_WRITER_MODE = "chat"
|
||||
PLACE_RESOLVER_MODE = "wikipedia"
|
||||
# Saved Place preview photos (tripit ADR-0035/0040): the Wikipedia lead-image
|
||||
# fetcher behind manual-add-time photos and the backfill sweep. Same fake-
|
||||
# default gap as the resolver above — never set, so prod silently ran the
|
||||
# fake and hand-added places (and any backfill) would store placeholder
|
||||
# PNGs instead of real photos.
|
||||
PLACE_PHOTO_PROVIDER = "wikipedia"
|
||||
}
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue