Mise à jour de 'WF_EF_Api/StubbedContextLib/StubWTFContext.cs'
continuous-integration/drone/push Build is passing Details

master
Kentin BRONGNIART 3 weeks ago
parent c93119742b
commit 865ad2448d

@ -143,7 +143,8 @@ namespace StubbedContextLib
{ {
if (!options.IsConfigured) if (!options.IsConfigured)
{ {
options.UseSqlServer(@"Server=(localdb)\mssqllocaldb;Database=Wf-Database.mdf;Trusted_Connection=True;"); options.UseSqlServer(@"Server=(WhatTheFantasy-wtf-api)\mssqllocaldb;Database=Wf-Database.mdf;Trusted_Connection=True;");
//options.UseSqlServer(@"Server=(localdb)\mssqllocaldb;Database=Wf-Database.mdf;Trusted_Connection=True;");
} }
} }
} }

Loading…
Cancel
Save