an app to share curated trails sidetrail.app
1

Configure Feed

Select the types of activity you want to include in your feed.

at bug-repro 298 B View raw
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"