We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4c050a8 commit db6c8e7Copy full SHA for db6c8e7
src/AspnetRun.Web/Startup.cs
@@ -104,9 +104,9 @@ public void ConfigureDatabases(IServiceCollection services)
104
services.AddDbContext<AspnetRunContext>(c =>
105
c.UseInMemoryDatabase("AspnetRunConnection"));
106
107
- // use real database
108
- services.AddDbContext<AspnetRunContext>(c =>
109
- c.UseSqlServer(Configuration.GetConnectionString("AspnetRunConnection")));
+ //// use real database
+ //services.AddDbContext<AspnetRunContext>(c =>
+ // c.UseSqlServer(Configuration.GetConnectionString("AspnetRunConnection")));
110
}
111
112
0 commit comments