diff --git a/Bootstrap.Client/appsettings.Development.json b/Bootstrap.Client/appsettings.Development.json index e56d01c8..1ea4fc1f 100644 --- a/Bootstrap.Client/appsettings.Development.json +++ b/Bootstrap.Client/appsettings.Development.json @@ -30,6 +30,7 @@ } } ], + "KeyPath": "..\\keys", "AuthHost": "http://localhost:50852", "AllowOrigins": "http://localhost:50852" }