Skip to content

Commit

Permalink
Point out Docker ENV variables in .env.default
Browse files Browse the repository at this point in the history
  • Loading branch information
Pacific01 committed Mar 23, 2020
1 parent dc060b5 commit 0de108a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .env.default
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
DATABASE_URL="postgres://Dandoh:[email protected]:5432/webhaskell?sslmode=disable"
JWT_SECRET="my_jwt_secret"

### PostgreSQL #################################################################
### Docker ENV - PostgreSQL ####################################################
POSTGRES_PASSWORD="dandoh"
POSTGRES_USER="Dandoh"
POSTGRES_DB="webhaskell"

0 comments on commit 0de108a

Please sign in to comment.