From f9cbf18233ef4e183a57b0ee6d3b9e61a3a90023 Mon Sep 17 00:00:00 2001 From: tidusjar Date: Wed, 2 Mar 2016 09:29:03 +0000 Subject: [PATCH] added dashboard --- RequestPlex.UI/Bootstrapper.cs | 3 +++ 1 file changed, 3 insertions(+) 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