an app to share curated trails
sidetrail.app
atproto
nextjs
react
rsc
1# Database
2DATABASE_URL="postgresql://localhost:5432/sidetrail"
3
4# Redis
5REDIS_URL="redis://localhost:6379"
6
7# OAuth (required in production, optional locally)
8# PUBLIC_URL="https://your-app.up.railway.app"
9# PRIVATE_KEY_ES256='{"kty":"EC","crv":"P-256",...}'
10# COOKIE_SECRET="your-32-char-secret"