···55# Get these from your Bluesky OAuth app
66OAUTH_PRIVATE_KEY=
7788+# Token Encryption (optional in development, required in production)
99+# Generate with: node -e "console.log(require('crypto').randomBytes(32).toString('hex'))"
1010+# TOKEN_ENCRYPTION_KEY=
1111+812# Server configuration
913PORT=3000
1014NODE_ENV=development
11151216# Frontend URL (for CORS and redirects)
1317FRONTEND_URL=http://localhost:5173
1818+1919+# Testing (optional)
2020+# Run: pnpm test:login to get a session ID
2121+# TEST_SESSION=