diff --git a/RequestPlex.UI/Bootstrapper.cs b/RequestPlex.UI/Bootstrapper.cs index 0dba78b4e..c73cf0b1a 100644 --- a/RequestPlex.UI/Bootstrapper.cs +++ b/RequestPlex.UI/Bootstrapper.cs @@ -3,6 +3,7 @@ using Nancy; using Nancy.Authentication.Forms; using Nancy.Bootstrapper; +using Nancy.Diagnostics; using Nancy.TinyIoc; using RequestPlex.Core; @@ -54,5 +55,7 @@ namespace RequestPlex.UI FormsAuthentication.Enable(pipelines, formsAuthConfiguration); } + + protected override DiagnosticsConfiguration DiagnosticsConfiguration => new DiagnosticsConfiguration { Password = @"password" }; } } \ No newline at end of file