tangled
alpha
login
or
join now
thisismissem.social
/
sidetrail
forked from
danabra.mov/sidetrail
0
fork
atom
an app to share curated trails
0
fork
atom
overview
issues
pulls
pipelines
add .env.example
danabra.mov
3 months ago
3bba6df8
a4b53179
+10
1 changed file
expand all
collapse all
unified
split
.env.example
+10
.env.example
···
1
1
+
# Database
2
2
+
DATABASE_URL="postgresql://localhost:5432/sidetrail"
3
3
+
4
4
+
# Redis
5
5
+
REDIS_URL="redis://localhost:6379"
6
6
+
7
7
+
# OAuth (required in production, optional locally)
8
8
+
# PUBLIC_URL="https://your-app.up.railway.app"
9
9
+
# PRIVATE_KEY_ES256='{"kty":"EC","crv":"P-256",...}'
10
10
+
# COOKIE_SECRET="your-32-char-secret"