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: