From 8d6d98b1eedb25deafaa74de874502a24be832b2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?S=C3=A9rgio=20Azevedo?= Date: Tue, 7 Jan 2025 15:43:01 +0000 Subject: [PATCH] Coherence on db name --- Using-the-PostgreSQL-Backend.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Using-the-PostgreSQL-Backend.md b/Using-the-PostgreSQL-Backend.md index 8609633..ae66f72 100644 --- a/Using-the-PostgreSQL-Backend.md +++ b/Using-the-PostgreSQL-Backend.md @@ -1,6 +1,6 @@ To use the PostgreSQL backend, you can either use the [official Docker image](https://hub.docker.com/r/vaultwarden/server) or build your own binary [with PostgreSQL enabled](https://github.com/dani-garcia/vaultwarden/wiki/Building-binary#postgresql-backend). -To run the binary or container ensure the `DATABASE_URL` environment variable is set (i.e. `DATABASE_URL='postgresql://:@postgresql/bitwarden'`) +To run the binary or container ensure the `DATABASE_URL` environment variable is set (i.e. `DATABASE_URL='postgresql://:@postgresql/vaultwarden'`) **Connection String Syntax:** ```ini