From c1f62ae48a771dd299ca793f79cd78e74f64cee2 Mon Sep 17 00:00:00 2001 From: Benjamin Lannon Date: Sun, 17 Nov 2024 09:29:04 -0500 Subject: [PATCH] Update readme --- README.md | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index bcb635b..9ea36b9 100644 --- a/README.md +++ b/README.md @@ -24,7 +24,6 @@ Docker compose: ## Env Variables -Both of these are required. - -- POKEMON_TCG_API_TOKEN: API token from https://pokemontcg.io/ to get card & pricing data. -- DISCORD_WEBHOOK_URL: URL for discord alerts. Ref: https://support.discord.com/hc/en-us/articles/228383668-Intro-to-Webhooks +- POKEMON_TCG_API_TOKEN (**Required**): API token from https://pokemontcg.io/ to get card & pricing data. +- DISCORD_WEBHOOK_URL (**Required**): URL for discord alerts. Ref: https://support.discord.com/hc/en-us/articles/228383668-Intro-to-Webhooks +- PKMN_TCG_APP_ROUTE_PREFIX (_Optional_): Path prefix to run the server on