Skip to content

Commit db6c8e7

Browse files
committed
refactored
1 parent 4c050a8 commit db6c8e7

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

src/AspnetRun.Web/Startup.cs

+3-3
Original file line numberDiff line numberDiff line change
@@ -104,9 +104,9 @@ public void ConfigureDatabases(IServiceCollection services)
104104
services.AddDbContext<AspnetRunContext>(c =>
105105
c.UseInMemoryDatabase("AspnetRunConnection"));
106106

107-
// use real database
108-
services.AddDbContext<AspnetRunContext>(c =>
109-
c.UseSqlServer(Configuration.GetConnectionString("AspnetRunConnection")));
107+
//// use real database
108+
//services.AddDbContext<AspnetRunContext>(c =>
109+
// c.UseSqlServer(Configuration.GetConnectionString("AspnetRunConnection")));
110110
}
111111
}
112112
}

0 commit comments

Comments
 (0)