From fffed47b75a4af8153076f98337053de90e13d08 Mon Sep 17 00:00:00 2001 From: Paul Schneider Date: Fri, 21 Dec 2018 14:06:14 +0000 Subject: [PATCH] ... should be better. --- Yavsc/Properties/launchSettings.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Yavsc/Properties/launchSettings.json b/Yavsc/Properties/launchSettings.json index ca5daa10..57bd1e7f 100644 --- a/Yavsc/Properties/launchSettings.json +++ b/Yavsc/Properties/launchSettings.json @@ -18,7 +18,8 @@ "web": { "commandName": "web", "environmentVariables": { - "Hosting:Environment": "Development" + "Hosting:Environment": "Development", + "ASPNET_ENV": "Development" } } }