alpha
Login
or
Join now
danabra.mov
/
sidetrail
Star
1
Fork
1
Atom
Configure Feed
Issues
Pull Requests
Commits
Tags
Feed URL
Select the types of activity you want to include in your feed.
an app to share curated trails
sidetrail.app
Star
1
Fork
1
Atom
Configure Feed
Issues
Pull Requests
Commits
Tags
Feed URL
Select the types of activity you want to include in your feed.
Overview
Issues
Pulls
Pipelines
add .env.example
author
Dan Abramov
date
6 months ago
(Dec 6, 2025, 4:38 AM +0900)
commit
3bba6df8
3bba6df8584c4651fc288222d1644850bc4e8239
parent
a4b53179
a4b53179e018e5be40325c85b9d90c8009a8c328
+10
1 changed file
Expand all
Collapse all
Unified
Split
.env.example
+10
.env.example
Reviewed
···
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"