mirror of
https://github.com/dani-garcia/vaultwarden.git
synced 2026-05-08 23:14:39 -05:00
[PR #1044] [MERGED] Allow postgres:// in DATABASE_URL #2729
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 Pull Request Information
Original PR: https://github.com/dani-garcia/vaultwarden/pull/1044
Author: @ArmaanT
Created: 7/4/2020
Status: ✅ Merged
Merged: 7/4/2020
Merged by: @dani-garcia
Base:
master← Head:master📝 Commits (1)
624791eAllow postgres:// DATABASE_URL📊 Changes
1 file changed (+4 additions, -2 deletions)
View changed files
📝
src/config.rs(+4 -2)📄 Description
This PR adjusts the config validation so that
DATABASE_URLs of the formpostgres://...are valid when using the PostgreSQL database backend🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.