17 lines
586 B
Bash
17 lines
586 B
Bash
# BDFR Web Interface Configuration
|
|
# Copy this file to .env and update the values as needed
|
|
|
|
# Reddit OAuth Configuration
|
|
# You MUST set this to match your Reddit OAuth app settings
|
|
# Go to https://www.reddit.com/prefs/apps, create/edit your app, and use the exact redirect URI
|
|
BDFR_REDIRECT_URI=http://localhost:8000/auth/callback
|
|
|
|
# OAuth Credentials (from your Reddit OAuth app)
|
|
# Get these from: https://www.reddit.com/prefs/apps
|
|
BDFR_CLIENT_ID=your_client_id_here
|
|
BDFR_CLIENT_SECRET=your_client_secret_here
|
|
|
|
# Server Configuration (optional)
|
|
# HOST=0.0.0.0
|
|
# PORT=8000
|
|
# DEBUG=true |