|
|
@ -144,7 +144,7 @@ namespace StubbedContextLib
|
|
|
|
if (!options.IsConfigured)
|
|
|
|
if (!options.IsConfigured)
|
|
|
|
{
|
|
|
|
{
|
|
|
|
options.UseSqlite(
|
|
|
|
options.UseSqlite(
|
|
|
|
$"Data Source={Environment.GetEnvironmentVariable("DB_PATH_AUTH")};");
|
|
|
|
$"Data Source=WhatTheFantasy-wtf-api-auth;");
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
//options.UseSqlServer(@"Server=(localdb)\mssqllocaldb;Database=Wf-Database.mdf;Trusted_Connection=True;");
|
|
|
|
//options.UseSqlServer(@"Server=(localdb)\mssqllocaldb;Database=Wf-Database.mdf;Trusted_Connection=True;");
|
|
|
|