# Database Connection String
# This should be a PostgreSQL connection string with full read/write permissions
# Format: postgresql://username:password@hostname:port/database_name
# Example: postgresql://user:password@localhost:5432/mydb
# For production, use Hyperdrive: https://developers.cloudflare.com/hyperdrive/
DATABASE_URL=postgresql://postgres:mysecretpassword@localhost:5432/postgres
# Optional: Add Sentry DSN for local development monitoring
# Get your DSN from https://sentry.io/settings/projects/your-project/keys/
# Create a new project in Sentry, then for the platform pick Cloudflare Workers (search in the top right)
# SENTRY_DSN=https://your-sentry-dsn@sentry.io/project-id
NODE_ENV=development