feat(UI): initial working frontend UI
This commit is contained in:
@@ -0,0 +1,17 @@
|
||||
# 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
|
||||
Reference in New Issue
Block a user