From 7663d9ce4c230941607ab8bd5082b3a54c47fbd3 Mon Sep 17 00:00:00 2001 From: FragginWagon Date: Fri, 30 Jan 2026 05:02:38 +0000 Subject: [PATCH] =?UTF-8?q?=F0=9F=94=A7=20Remove=20unused=20OAuth-related?= =?UTF-8?q?=20environment=20variables=20from=20production=20Docker=20Compo?= =?UTF-8?q?se=20configuration?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- code/websites/pokedex.online/docker-compose.production.yml | 4 ---- 1 file changed, 4 deletions(-) diff --git a/code/websites/pokedex.online/docker-compose.production.yml b/code/websites/pokedex.online/docker-compose.production.yml index 78bf91b..9a8c4bf 100644 --- a/code/websites/pokedex.online/docker-compose.production.yml +++ b/code/websites/pokedex.online/docker-compose.production.yml @@ -44,10 +44,6 @@ services: - NODE_ENV=production - PORT=3000 # OAuth credentials loaded from .env file - - CHALLONGE_CLIENT_ID=${CHALLONGE_CLIENT_ID} - - CHALLONGE_CLIENT_SECRET=${CHALLONGE_CLIENT_SECRET} - - REDIRECT_URI=${REDIRECT_URI} - - SESSION_SECRET=${SESSION_SECRET} env_file: - ./server/.env volumes: