From c2e087331ad7520a9216865a0fda216a97278181 Mon Sep 17 00:00:00 2001 From: Alexandra Date: Tue, 27 May 2025 08:54:26 -0600 Subject: [PATCH] update envs --- .env | 2 +- docker-compose.yml | 2 ++ 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/.env b/.env index 5519058..0e50335 100644 --- a/.env +++ b/.env @@ -25,6 +25,6 @@ POSTGRES_PASSWORD=development # Elasticsearch Configuration ELASTICSEARCH_URL=http://localhost:9200 -#IGDB Connection Configuration +#IGDB Connection Configuration - Not setting this will disable the new search page and metadata pull TWITCH_CLIENT_ID= TWITCH_CLIENT_SECRET= \ No newline at end of file diff --git a/docker-compose.yml b/docker-compose.yml index 74d98ea..60f7e27 100644 --- a/docker-compose.yml +++ b/docker-compose.yml @@ -19,6 +19,8 @@ services: - POSTGRES_USER=postgres - POSTGRES_PASSWORD=this-is-a-secure-db-password - ELASTICSEARCH_URL=http://elasticsearch:9200 + - TWITCH_CLIENT_ID= + - TWITCH_CLIENT_SECRET= volumes: - ./data:/usr/src/app/data depends_on: