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

Commit 226f3ed

Browse files
committed
Add .env
1 parent e077188 commit 226f3ed

File tree

3 files changed

+3
-2
lines changed

3 files changed

+3
-2
lines changed

.env.sample

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
POSTGRES_USER=postgres
22
POSTGRES_PASSWORD=postgres
33
POSTGRES_DB=postgres
4-
POSTGRES_HOST=db
4+
POSTGRES_HOST=localhost
55
DATABASE_URL="postgresql://${POSTGRES_USER}:${POSTGRES_PASSWORD}@${POSTGRES_HOST}/${POSTGRES_DB}"

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,7 @@ yarn-debug.log*
2525
yarn-error.log*
2626

2727
# local env files
28+
.env
2829
.env*.local
2930

3031
# vercel

compose.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,4 +6,4 @@ services:
66
ports:
77
- "5432:5432"
88
env_file:
9-
- .env.sample
9+
- .env

0 commit comments

Comments
 (0)