mirror of
https://github.com/Ombi-app/Ombi.git
synced 2025-07-31 03:50:08 -07:00
Started reworking the settings
This commit is contained in:
parent
619e22827f
commit
01eb74d90b
7 changed files with 128 additions and 194 deletions
|
@ -28,7 +28,7 @@ namespace Ombi.Store.Context
|
|||
{
|
||||
i.StoragePath = string.Empty;
|
||||
}
|
||||
optionsBuilder.UseSqlite($"Data Source={Path.Combine(i.StoragePath, "OmbiSettings.db")}");
|
||||
optionsBuilder.UseSqlite($"Data Source={Path.Combine(i.StoragePath, "OmbiSettings" + ".db")}");
|
||||
}
|
||||
|
||||
public void Seed()
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue