Initial commit
This commit is contained in:
commit
e86ab53de5
35 changed files with 2638 additions and 0 deletions
15
.env.example
Normal file
15
.env.example
Normal file
|
@ -0,0 +1,15 @@
|
|||
# Flask configuration
|
||||
FLASK_ENV=development
|
||||
SECRET_KEY=your_secret_key_here
|
||||
|
||||
# Database configuration
|
||||
DATABASE_URI=sqlite:///podcastrr.db
|
||||
|
||||
# Application configuration
|
||||
DOWNLOAD_PATH=C:\path\to\downloads
|
||||
LOG_LEVEL=INFO
|
||||
|
||||
# API Keys (if needed)
|
||||
# ITUNES_API_KEY=your_itunes_api_key
|
||||
# SPOTIFY_CLIENT_ID=your_spotify_client_id
|
||||
# SPOTIFY_CLIENT_SECRET=your_spotify_client_secret
|
Loading…
Add table
Add a link
Reference in a new issue