Files
dostalgia/.env.example
T
David Alvarez 15008f3eef
Build & Deploy / build-and-deploy (push) Failing after 2m28s
Add deploy.sh script for manual builds + .env.example + .gitignore for .env
2026-05-25 13:07:16 +02:00

14 lines
472 B
Bash

# Dostalgia — Environment Variables
# Copy this to .env and fill in your values.
# Source it before running deploy.sh: source .env && ./deploy.sh
# IGDB (Twitch) credentials — required for game artwork & metadata
TWITCH_CLIENT_ID=your_client_id_here
TWITCH_CLIENT_SECRET=your_client_secret_here
# Optional overrides (defaults are fine for most setups)
# IMAGE_NAME=dostalgia
# CONTAINER_NAME=dostalgia
# HOST_PORT=8765
# DATA_DIR=/opt/data/workspace/dostalgia/data