We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3b0b0dc commit 673cfd8Copy full SHA for 673cfd8
1 file changed
Test/AppHost.cs
@@ -50,7 +50,8 @@ public override void Configure(Container container)
50
{
51
AdminAuthSecret = "secretz",
52
UseHttpOnlyCookies = false,
53
- DebugMode = HostingEnvironment.IsDevelopment(),
+ //DebugMode = HostingEnvironment.IsDevelopment(),
54
+ DebugMode = true,
55
UseSameSiteCookies = false,
56
Return204NoContentForEmptyResponse = true,
57
});
0 commit comments