Moving to github

This commit is contained in:
2026-03-28 19:24:29 -04:00
commit 036fa7ab33
302 changed files with 17838 additions and 0 deletions

24
.env.example Normal file
View File

@@ -0,0 +1,24 @@
# Database Configuration
DATABASE_HOST=localhost
DATABASE_USERNAME=postgres
DATABASE_PASSWORD=postgres
# Rails Configuration
RAILS_ENV=development
RAILS_MAX_THREADS=5
# Production secrets (set these in production)
# SECRET_KEY_BASE=
# DATABASE_PASSWORD=
# Optional: Email Configuration (for production)
# SMTP_ADDRESS=
# SMTP_PORT=
# SMTP_USERNAME=
# SMTP_PASSWORD=
# IGDB API Credentials (Backend only - DO NOT expose to frontend)
# Get credentials from: https://api-docs.igdb.com/#account-creation
# Register app at: https://dev.twitch.tv/console/apps
IGDB_CLIENT_ID=your_client_id_here
IGDB_CLIENT_SECRET=your_client_secret_here