Skip to content

Commit

Permalink
Update PostgreSQL connection string for development environment
Browse files Browse the repository at this point in the history
  • Loading branch information
eduardolat committed Jul 20, 2024
1 parent 1cc27c1 commit 36681c0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .env.dev
Original file line number Diff line number Diff line change
Expand Up @@ -11,4 +11,4 @@ PBW_ENCRYPTION_KEY="encryption-key"

# Database connection string for a PostgreSQL database where the pgbackweb
# will store its data.
PBW_POSTGRES_CONN_STRING="postgresql://postgres:password@localhost:5432/pgbackweb"
PBW_POSTGRES_CONN_STRING="postgresql://postgres:password@host.docker.internal:5432/pgbackweb?sslmode=disable"

0 comments on commit 36681c0

Please sign in to comment.