Update PostgreSQL connection string for development environment

This commit is contained in:
Luis Eduardo Jeréz Girón
2024-07-19 23:45:05 -06:00
parent 1cc27c17b1
commit 36681c0776

View File

@@ -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"