Files
Moonlight/Moonlight.ApiServer/Properties/launchSettings.json

14 lines
310 B
JSON

{
"profiles": {
"http": {
"commandName": "Project",
"dotnetRunMessages": true,
"launchBrowser": false,
"applicationUrl": "http://localhost:5165",
"environmentVariables": {
"ASPNETCORE_ENVIRONMENT": "Development"
},
"hotReloadEnabled": true
}
}
}