{ "iisSettings": { "windowsAuthentication": false, "anonymousAuthentication": true, "iisExpress": { "applicationUrl": "http://localhost:19139", "sslPort": 0 } }, "profiles": { "Single.MySql.Dev": { "commandName": "Project", "dotnetRunMessages": true, "launchBrowser": false, "applicationUrl": "http://0.0.0.0:30001", "environmentVariables": { "ASPNETCORE_ENVIRONMENT": "Development", "APPLICATION_DATABASE_PROVIDER": "MySql" } }, "Single.SqlServer.Dev": { "commandName": "Project", "dotnetRunMessages": true, "launchBrowser": false, "applicationUrl": "http://0.0.0.0:30001", "environmentVariables": { "ASPNETCORE_ENVIRONMENT": "Development", "APPLICATION_DATABASE_PROVIDER": "SqlServer" } } } }