Skip to content

Commit b544677

Browse files
committed
Pass Twitch box-art lookup creds to the admin service
TWITCH_CLIENT_ID/SECRET power the admin box art picker's game search; read from the deploy .env at runtime (optional — picker falls back when unset).
1 parent bf253f9 commit b544677

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

docker-compose.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -75,6 +75,10 @@ services:
7575
ACCESS_PASSWORD: ${ACCESS_PASSWORD:-admin}
7676
REDIS_URL: redis://redis:6379
7777
QUEUE_NAMES: ${ADMIN_QUEUE_NAMES:-posts,users}
78+
# Twitch dev app creds for the box art picker's game search (optional;
79+
# the picker falls back to manual entry when unset).
80+
TWITCH_CLIENT_ID: ${TWITCH_CLIENT_ID:-}
81+
TWITCH_CLIENT_SECRET: ${TWITCH_CLIENT_SECRET:-}
7882
depends_on:
7983
- rest-api
8084
- redis

0 commit comments

Comments
 (0)