mirror of
https://github.com/eduardolat/pgbackweb.git
synced 2025-12-30 16:49:30 -06:00
Update PostgreSQL connection string for development environment
This commit is contained in:
2
.env.dev
2
.env.dev
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user