{
"$schema": "http://json.schemastore.org/launchsettings.json",
"iisSettings": {
"windowsAuthentication": false,
"anonymousAuthentication": true,
"iisExpress": {
"applicationUrl": "http://localhost:32112",
"sslPort": 44369
}
},
"profiles": {
"http": {
"commandName": "Project",
"dotnetRunMessages": true,
"launchBrowser": true,
"launchUrl": "test/users", // changed from swagger to test/users for testing the gateway for Users.API, test/locations can be used for Locations.API
"applicationUrl": "http://localhost:5024",
"environmentVariables": {
"ASPNETCORE_ENVIRONMENT": "Development"
}
},
"https": {
"commandName": "Project",
"dotnetRunMessages": true,
"launchBrowser": true,
"launchUrl": "test/users", // changed from swagger to test/users for testing the gateway for Users.API, test/locations can be used for Locations.API
"applicationUrl": "https://localhost:7237;http://localhost:5024",
"environmentVariables": {
"ASPNETCORE_ENVIRONMENT": "Development"
}
},
"IIS Express": {
"commandName": "IISExpress",
"launchBrowser": true,
"launchUrl": "test/users", // changed from swagger to test/users for testing the gateway for Users.API, test/locations can be used for Locations.API
"environmentVariables": {
"ASPNETCORE_ENVIRONMENT": "Development"
}
}
}
}