Files
HomeMonitor/Weather/Service/Properties/launchSettings.json
2019-08-03 08:36:57 -04:00

13 lines
308 B
JSON

{
"$schema": "http://json.schemastore.org/launchsettings.json",
"profiles": {
"Service": {
"commandName": "Project",
"launchUrl": "values",
"environmentVariables": {
"ASPNETCORE_ENVIRONMENT": "Development"
},
"applicationUrl": "http://localhost:5001"
}
}
}