···11+# Database connection
22+DATABASE_URL=postgresql://atlast:localdev@localhost:5432/atlast
33+44+# OAuth configuration
55+# Get these from your Bluesky OAuth app
66+OAUTH_PRIVATE_KEY=
77+88+# Server configuration
99+PORT=3000
1010+NODE_ENV=development
1111+1212+# Frontend URL (for CORS and redirects)
1313+FRONTEND_URL=http://localhost:5173