Files
HomeMonitor/Power/Service/Properties/launchSettings.json

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