# 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=""