Coherence on db name

Sérgio Azevedo
2025-01-07 15:43:01 +00:00
parent e6f8e55ad9
commit 8d6d98b1ee

@@ -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://<user>:<password>@postgresql/bitwarden'`)
To run the binary or container ensure the `DATABASE_URL` environment variable is set (i.e. `DATABASE_URL='postgresql://<user>:<password>@postgresql/vaultwarden'`)
**Connection String Syntax:**
```ini