Skip to content

Commit

Permalink
Update settings.env
Browse files Browse the repository at this point in the history
switch from mysql to postgresql
  • Loading branch information
l4rm4nd authored Nov 6, 2023
1 parent b73e4d8 commit 5f6d4bf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/bitwarden-unified/settings.env
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ BW_DOMAIN=bitwarden.example.com

# Database
# Available providers are sqlserver, postgresql, or mysql/mariadb
BW_DB_PROVIDER=mysql
BW_DB_PROVIDER=postgresql
BW_DB_SERVER=db
BW_DB_DATABASE=bitwarden_vault
BW_DB_USERNAME=bitwarden
Expand Down

0 comments on commit 5f6d4bf

Please sign in to comment.