Initial commit - Church Music Database
This commit is contained in:
15
legacy-site/backend/.env.example
Normal file
15
legacy-site/backend/.env.example
Normal file
@@ -0,0 +1,15 @@
|
||||
# Copy this file to .env and fill in your keys
|
||||
# Rename to .env (same folder as app.py)
|
||||
|
||||
# PostgreSQL connection string
|
||||
# Format: postgresql://username:password@host:port/database
|
||||
POSTGRESQL_URI=postgresql://songlyric_user:your_password@192.168.10.130:5432/church_songlyric
|
||||
|
||||
# Flask port
|
||||
FLASK_PORT=5100
|
||||
|
||||
# API tokens (optional)
|
||||
GENIUS_TOKEN=your_genius_token_here
|
||||
|
||||
# Data file for backups
|
||||
DATA_FILE=./data.json
|
||||
Reference in New Issue
Block a user