From 11e86ef33e2d6c2b710e7cd9064b9a51f2f55e1e Mon Sep 17 00:00:00 2001 From: Syndamia Date: Thu, 6 May 2021 20:38:38 +0300 Subject: Updated README with information about changing the database you use --- ExamTemplate/Web/Startup.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'ExamTemplate') diff --git a/ExamTemplate/Web/Startup.cs b/ExamTemplate/Web/Startup.cs index d6635b8..e66e40a 100644 --- a/ExamTemplate/Web/Startup.cs +++ b/ExamTemplate/Web/Startup.cs @@ -24,7 +24,7 @@ namespace Web // Database configuration services.AddDbContext(options => - options.UseNpgsql(this.Configuration.GetConnectionString("LocalDBConnection"))); + options.UseNpgsql(this.Configuration.GetConnectionString("LocalDBConnection"))); } // This method gets called by the runtime. Use this method to configure the HTTP request pipeline. -- cgit v1.2.3