Y2S1-Web_Apps_and_Services/ThAmCo.Venues/Properties/launchSettings.json
2020-06-07 22:36:12 +01:00

30 lines
756 B
JSON

{
"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"
}
}
}