DATABASE_URL=postgres://blog:blog@localhost:5432/blog BIND_ADDR=0.0.0.0:3000 JWT_SECRET=change-me-to-a-random-string-at-least-32-chars GITHUB_CLIENT_ID=your-github-oauth-app-client-id GITHUB_CLIENT_SECRET=your-github-oauth-app-client-secret GITHUB_ADMIN_ID=your-github-user-id APP_URL=http://localhost:3000 FRONTEND_URL=http://localhost:5173