Skip to content
This repository was archived by the owner on Jan 8, 2025. It is now read-only.

Commit 0258049

Browse files
updated example env
1 parent 149ea67 commit 0258049

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed

.env.example

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
2+
# railway.app maybe
3+
DATABASE_URL=postgresql://${PGUSER}:${PGUSER}@${PGHOST}:${PGPORT}/${PGDATABASE}
4+
5+
# github oauth credentials
6+
GITHUB_CLIENT_ID=
7+
GITHUB_CLIENT_SECRET=
8+
9+
# running on localhost? will use VERCEL_URL as a fallback
10+
START_BASE_URL='http://127.0.0.1:3000'
11+
12+
AUTH_SECRET=This_is_a_secret_that_should_be_changed_..._at_least_on_production_🥸

0 commit comments

Comments
 (0)