Build packages, maybe?
This commit is contained in:
parent
f7a919ebf2
commit
7f423652e3
7 changed files with 295 additions and 9 deletions
12
.env.example
12
.env.example
|
@ -1,15 +1,23 @@
|
|||
# Flask configuration
|
||||
FLASK_ENV=development
|
||||
FLASK_ENV=production
|
||||
SECRET_KEY=your_secret_key_here
|
||||
|
||||
# Database configuration
|
||||
DATABASE_URI=sqlite:///instance/podcastrr.db
|
||||
|
||||
# Application configuration
|
||||
DOWNLOAD_PATH=C:\path\to\downloads
|
||||
DOWNLOAD_PATH=/app/downloads
|
||||
LOG_LEVEL=INFO
|
||||
|
||||
# Server configuration
|
||||
PORT=5000
|
||||
|
||||
# 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
|
||||
|
||||
# Forgejo registry configuration (for CI/CD and container registry)
|
||||
# FORGEJO_REGISTRY=registry.your-forgejo-instance.com
|
||||
# FORGEJO_USERNAME=your-username
|
||||
# FORGEJO_PASSWORD=your-password
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue