Files
Servers/MoonlightServers.Daemon/Properties/launchSettings.json

18 lines
426 B
JSON

{
"$schema": "http://json.schemastore.org/launchsettings.json",
"profiles": {
"http": {
"commandName": "Project",
"dotnetRunMessages": true,
"launchBrowser": false,
"launchUrl": "swagger",
"applicationUrl": "http://localhost:5275",
"environmentVariables": {
"ASPNETCORE_ENVIRONMENT": "Development",
"HTTPS_PROXY": "",
"HTTP_PROXY": ""
}
}
}
}