Y2S1-Web_Apps_and_Services/ThAmCo.Venues/Properties/launchSettings.json

30 lines
756 B
JSON
Raw Normal View History

2020-06-07 21:36:12 +00:00
{
"iisSettings": {
"windowsAuthentication": false,
"anonymousAuthentication": true,
"iisExpress": {
"applicationUrl": "http://localhost:23652",
"sslPort": 0
}
},
"$schema": "http://json.schemastore.org/launchsettings.json",
"profiles": {
"IIS Express": {
"commandName": "IISExpress",
"launchBrowser": true,
"launchUrl": "api/eventtypes",
"environmentVariables": {
"ASPNETCORE_ENVIRONMENT": "Development"
}
},
"ThAmCo.Venues": {
"commandName": "Project",
"launchBrowser": true,
"launchUrl": "api/values",
"environmentVariables": {
"ASPNETCORE_ENVIRONMENT": "Development"
},
"applicationUrl": "http://localhost:5000"
}
}
}