16 lines
427 B
Plaintext
16 lines
427 B
Plaintext
# 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
|