We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4a6c9c4 commit 4a2fa20Copy full SHA for 4a2fa20
‎TaleEngine/TaleEngine/Startup.cs‎
@@ -31,7 +31,7 @@ public void ConfigureServices(IServiceCollection services)
31
{
32
services.AddCustomMVC()
33
.AddCustomDbContext(Configuration)
34
- .AddSwaggerGen()
+ .AddCustomSwagger()
35
.AddCustomConfiguration(Configuration);
36
37
services.AddRazorPages();
‎TaleEngine/TaleEngine/appsettings.json‎
@@ -5,6 +5,6 @@
5
}
6
},
7
"AllowedHosts": "*",
8
- "ConnectionString": "Server=(localdb)\\mssqllocaldb;Database=TaleEngine;Trusted_Connection=True;",
+ "ConnectionString": "Server=(localdb)\\mssqllocaldb;Database=taleengine;Trusted_Connection=True;",
9
"UseCustomizationData": false
10
0 commit comments