mirror of
https://github.com/bitwarden/server.git
synced 2025-04-22 13:35:10 -05:00
db password for stub
This commit is contained in:
parent
ff163a2859
commit
1adc6d04ed
@ -68,7 +68,7 @@ namespace Bit.Setup
|
|||||||
|
|
||||||
private void Init()
|
private void Init()
|
||||||
{
|
{
|
||||||
var dbPassword = Helpers.SecureRandomString(32);
|
var dbPassword = _context.Stub ? "DATABASE_PASSWORD" : Helpers.SecureRandomString(32);
|
||||||
var dbConnectionString = new SqlConnectionStringBuilder
|
var dbConnectionString = new SqlConnectionStringBuilder
|
||||||
{
|
{
|
||||||
DataSource = "tcp:mssql,1433",
|
DataSource = "tcp:mssql,1433",
|
||||||
|
Loading…
x
Reference in New Issue
Block a user