mirror of
https://github.com/btcpayserver/btcpayserver.git
synced 2025-02-22 06:21:44 +01:00
Fix SQLite COnnection string setter
This commit is contained in:
parent
83dd80ae86
commit
71a192d0ba
1 changed files with 1 additions and 1 deletions
|
@ -149,7 +149,7 @@ namespace BTCPayServer.Hosting
|
|||
: Path.Combine(datadirs.Value.DataDir, sqliteFileName));
|
||||
|
||||
options.DatabaseType = DatabaseType.Sqlite;
|
||||
options.ConnectionString = sqliteFileName;
|
||||
options.ConnectionString = connStr;
|
||||
}
|
||||
else
|
||||
{
|
||||
|
|
Loading…
Add table
Reference in a new issue