Initial commit - Church Music Database

This commit is contained in:
2026-01-27 18:04:50 -06:00
commit d367261867
336 changed files with 103545 additions and 0 deletions

View 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