an app to share curated trails

add .env.example

+10
+10
.env.example
··· 1 + # Database 2 + DATABASE_URL="postgresql://localhost:5432/sidetrail" 3 + 4 + # Redis 5 + REDIS_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"