diff --git a/WebStarter/Properties/launchSettings.json b/WebStarter/Properties/launchSettings.json index 82f39c3..e31ee95 100644 --- a/WebStarter/Properties/launchSettings.json +++ b/WebStarter/Properties/launchSettings.json @@ -17,7 +17,7 @@ "applicationUrl": "http://localhost:5034", "environmentVariables": { "ASPNETCORE_ENVIRONMENT": "Development", - "profiles_active": "prod" + "profiles_active": "dev" } }, "IIS Express": { @@ -27,7 +27,7 @@ "environmentVariables": { "ASPNETCORE_ENVIRONMENT": "Development", "applicationUrl": "http://0.0.0.0:5034", - "profiles_active": "prod" + "profiles_active": "dev" } } }