Files
What-to-watch/.env.example
Toni a269f28a43 Add TMDB env vars and rename Docker service
Add TMDB_API_KEY and TMDB_API_TOKEN to .env.example to document required TMDB credentials. Rename the Docker Compose service from `server` to `what-to-watch` in compose.yaml to align the service name with the project; also remove an extra trailing blank line.
2026-02-09 12:19:49 +01:00

9 lines
185 B
Plaintext

# Copy to .env and fill values
DB_HOST=localhost
DB_PORT=3306
DB_USER=root
DB_PASSWORD=yourpassword
DB_NAME=whattowatch
PORT=3000
TMDB_API_KEY=your-API-key
TMDB_API_TOKEN=your-API-token