Skip to content

Commit d24a245

Browse files
committed
New ENVS to configure Postgres on building docker image and using docker container
1 parent 6070ba5 commit d24a245

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

.env.default

+6
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,8 @@
1+
### APP ########################################################################
12
DATABASE_URL="postgres://Dandoh:dandoh@127.0.0.1:5432/webhaskell?sslmode=disable"
23
JWT_SECRET="my_jwt_secret"
4+
5+
### PostgreSQL #################################################################
6+
POSTGRES_PASSWORD="dandoh"
7+
POSTGRES_USER="Dandoh"
8+
POSTGRES_DB="webhaskell"

0 commit comments

Comments
 (0)