{ "$schema": "http://json.schemastore.org/launchsettings.json", "iisSettings": { "windowsAuthentication": false, "anonymousAuthentication": true, "iisExpress": { "applicationUrl": "http://localhost:5000", "sslPort": 0 } }, "profiles": { "IIS Express": { "commandName": "IISExpress", "launchBrowser": false, "launchUrl": "api/modules", "environmentVariables": { "ASPNETCORE_ENVIRONMENT": "Development", "$STORAGE_ROOT": "../../../../../Data" } }, "ASC.Web.Api": { "commandName": "Project", "launchBrowser": false, "launchUrl": "api/modules", "applicationUrl": "http://localhost:5000", "environmentVariables": { "ASPNETCORE_ENVIRONMENT": "Development", "$STORAGE_ROOT": "../../../../../Data" } } } }