Skip to content

Commit

Permalink
Update .env-example (#1086)
Browse files Browse the repository at this point in the history
  • Loading branch information
alexanderleegs authored Jan 2, 2024
1 parent 5d4bd03 commit b17525b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .env-example
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ export E2E_TEST_SECRET=""
export E2E_TEST_GH_TOKEN=""

# Database
export DB_URI="postgres://isomer:password@localhost:15432/isomercms_dev"
export DB_URI="postgres://isomer:password@postgres:5432/isomercms_dev"
export DB_MIN_POOL="1"
export DB_MAX_POOL="10"
export DB_ACQUIRE="60000"
Expand Down

0 comments on commit b17525b

Please sign in to comment.