mirror of
https://github.com/bitwarden/server
synced 2026-01-02 08:33:48 +00:00
db password for stub
This commit is contained in:
@@ -68,7 +68,7 @@ namespace Bit.Setup
|
||||
|
||||
private void Init()
|
||||
{
|
||||
var dbPassword = Helpers.SecureRandomString(32);
|
||||
var dbPassword = _context.Stub ? "DATABASE_PASSWORD" : Helpers.SecureRandomString(32);
|
||||
var dbConnectionString = new SqlConnectionStringBuilder
|
||||
{
|
||||
DataSource = "tcp:mssql,1433",
|
||||
|
||||
Reference in New Issue
Block a user