Skip to content

Commit

Permalink
Updated dev.env example
Browse files Browse the repository at this point in the history
- found bug that prevented postgres from connecting
  • Loading branch information
bennyv8 committed Apr 12, 2024
1 parent c5679f0 commit 57be873
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dev/dev.env.example
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# environment file to configure docker containers

# postgres
POSTGRES_DB=<same as SQL_DATABASE>
POSTGRES_NAME=<same as SQL_DATABASE>
POSTGRES_USER=<same as SQL_USER>
POSTGRES_PASSWORD=<same as SQL_PASSWORD>

Expand Down

0 comments on commit 57be873

Please sign in to comment.