Skip to content

Commit 1289837

Browse files
committed
chore: minor changes and add .env to .gitignore
1 parent a4f2ea9 commit 1289837

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

.env.example

+2-1
Original file line numberDiff line numberDiff line change
@@ -1 +1,2 @@
1-
POSTGRES_URL=postgres://postgres:postgres@localhost:54322/riven
1+
POSTGRES_URL=postgres://postgres:postgres@localhost:5432/forge
2+
BACKEND_URL=http://localhost:8080

.gitignore

+1
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,7 @@ yarn-debug.log*
2626
yarn-error.log*
2727

2828
# local env files
29+
.env
2930
.env*.local
3031

3132
# vercel

0 commit comments

Comments
 (0)