Files
lovelope/.env.example
T
jeanGaston 5ca66f3ed7
Publish Docker image / build-and-push (push) Successful in 3m34s
chore: rename database file from askedout.db to lovelope.db
Leftover naming from before the app was renamed to lovelope. Renamed
the local data/askedout.db file to data/lovelope.db to match (data/
is gitignored, so this doesn't touch version control).
2026-07-30 15:46:21 +02:00

11 lines
295 B
Bash

# SQLite database file (mounted on a persistent volume in Docker)
DATABASE_URL="file:/app/data/lovelope.db"
# Public base URL (used in QR codes and share links)
APP_URL="http://localhost:3000"
NODE_ENV="development"
# GIF search — free key at https://developers.giphy.com/
GIPHY_API_KEY=""