# Database — SQLite is the default (zero setup required). # Uncomment the Postgres line instead if you need Postgres for scale. DATABASE_URL=sqlite://data/happyview.db?mode=rwc # DATABASE_URL=postgres://happyview:happyview@postgres/happyview # POSTGRES_USER=happyview # POSTGRES_PASSWORD=happyview # POSTGRES_DB=happyview # HappyView PUBLIC_URL=http://127.0.0.1:3000 SESSION_SECRET=change-me-in-production RELAY_URL=https://relay1.us-east.bsky.network PORT=3000 # Web dashboard WEB_HOSTNAME=0.0.0.0 API_URL=http://happyview:3000