Files
dostalgia/.env.example
T
Hermes Agent 7cc5bddf73
Build & Deploy / build-and-deploy (push) Successful in 14s
docs: add IGDB setup guide, .env.example, and .gitignore for public release
- Add .env.example with Twitch credential instructions
- Update docker-compose.yml to use env_file instead of inline comments
- Add IGDB Metadata section to README with setup walkthrough
- Add .env / .env.local to .gitignore to prevent secret leaks
2026-06-10 16:29:50 +02:00

11 lines
452 B
Bash

# Dostalgia — Environment Configuration
# Copy this file to .env and fill in your values:
# cp .env.example .env
# Twitch Client ID for IGDB metadata auto-scrape.
# Get yours at https://dev.twitch.tv/console/apps → Create Application
# (Set OAuth Redirect URL to http://localhost, Category to "Other")
# Optional — IGDB features gracefully skip if not set.
# TWITCH_CLIENT_ID=your_client_id_here
# TWITCH_CLIENT_SECRET=your_client_secret_here