20 lines
632 B
JSON
20 lines
632 B
JSON
{
|
|
"$schema": "http://json.schemastore.org/launchsettings.json",
|
|
"profiles": {
|
|
"Dev Server": {
|
|
"commandName": "Project",
|
|
"dotnetRunMessages": true,
|
|
"launchBrowser": false,
|
|
"launchUrl": "swagger",
|
|
"applicationUrl": "http://localhost:5269",
|
|
"environmentVariables": {
|
|
"ASPNETCORE_ENVIRONMENT": "Development",
|
|
"MOONLIGHT_APP_PUBLICURL": "http://localhost:5269",
|
|
"HTTP_PROXY": "",
|
|
"HTTPS_PROXY": ""
|
|
},
|
|
"commandLineArgs": "--frontend-asset js/XtermBlazor.min.js --frontend-asset js/moonlightServers.js --frontend-asset js/addon-fit.js"
|
|
}
|
|
}
|
|
}
|