Skip to content

Commit

Permalink
updated readme and ev
Browse files Browse the repository at this point in the history
  • Loading branch information
devsharmagit committed Oct 23, 2024
1 parent 2f44191 commit 75a6ab5
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
1 change: 0 additions & 1 deletion .env.example
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@ DATABASE_URL="postgres://postgres:password@localhost:5432/postgres"
#
# Use Below if you are using docker
# DATABASE_URL="postgresql://postgres:postgres@job-board-db:5432/job-board-db"
# POSTGRES_URL="postgresql://postgres:postgres@job-board-db:5432/job-board-db"
#
# AUTH
#
Expand Down
4 changes: 3 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,9 @@ Follow these steps to set up the repository locally and run it.
# Database
#
DATABASE_URL="postgres://postgres:password@localhost:5432/postgres"

#
# Use Below if you are using docker
# DATABASE_URL="postgresql://postgres:postgres@job-board-db:5432/job-board-db"
#
# AUTH
#
Expand Down

0 comments on commit 75a6ab5

Please sign in to comment.