Merge origin/master into wizard/cctv-two-switch
All checks were successful
ci/woodpecker/push/default Pipeline was successful

This commit is contained in:
Viktor Barzin 2026-07-03 08:37:34 +00:00
commit 4082934bc1

View file

@ -175,6 +175,12 @@ locals {
STORY_SOURCE_MODE = "web" STORY_SOURCE_MODE = "web"
SCRIPT_WRITER_MODE = "chat" SCRIPT_WRITER_MODE = "chat"
PLACE_RESOLVER_MODE = "wikipedia" 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"
} }
} }