mirror of
https://github.com/ryankazokas/turbovault-app.git
synced 2026-04-16 22:12:53 +00:00
Moving to github
This commit is contained in:
24
.env.example
Normal file
24
.env.example
Normal 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
|
||||
Reference in New Issue
Block a user