Skip to content

Commit 59f79c2

Browse files
committed
Added .env.example file
1 parent 161b254 commit 59f79c2

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

.env.example

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
POSTGRES_DB=node-ts-postgres-demo
2+
POSTGRES_HOST=localhost
3+
POSTGRES_PASSWORD=postgres
4+
POSTGRES_PORT=5432
5+
POSTGRES_USER=postgres

0 commit comments

Comments
 (0)