Files
magikarp-collection/.env.local.example
2025-08-17 14:13:58 +01:00

13 lines
427 B
Plaintext

# Get a free API key at https://dev.pokemontcg.io/
# Then copy this file to .env.local and paste your key(s) below
# Client-side API key (exposed to browser)
NEXT_PUBLIC_POKEMON_TCG_API_KEY=
# Optional: Server-side API key (preferred). If set, server uses this and does not rely on public key.
POKEMON_TCG_API_KEY=
# Optional: Enable very simple single-user Basic Auth (set both to enable)
BASIC_AUTH_USER=
BASIC_AUTH_PASS=