Started reworking the settings

This commit is contained in:
Jamie Rees 2019-03-12 13:49:28 +00:00
parent 619e22827f
commit 01eb74d90b
7 changed files with 128 additions and 194 deletions

View file

@ -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()