diff --git a/Properties/launchSettings.json b/Properties/launchSettings.json index 66312e8..16000a6 100644 --- a/Properties/launchSettings.json +++ b/Properties/launchSettings.json @@ -15,7 +15,8 @@ "launchBrowser": true, "applicationUrl": "http://localhost:5116", "environmentVariables": { - "ASPNETCORE_ENVIRONMENT": "Development" + "ASPNETCORE_ENVIRONMENT": "Development", + "ADMIN_PASSWORD": "changeme" } }, "https": { @@ -24,7 +25,8 @@ "launchBrowser": true, "applicationUrl": "https://localhost:7103;http://localhost:5116", "environmentVariables": { - "ASPNETCORE_ENVIRONMENT": "Development" + "ASPNETCORE_ENVIRONMENT": "Development", + "ADMIN_PASSWORD": "changeme" } }, "IIS Express": {