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

18 lines
514 B
JSON

{
"$schema": "http://json.schemastore.org/launchsettings.json",
"profiles": {
"Dev Server": {
"commandName": "Project",
"dotnetRunMessages": true,
"launchBrowser": false,
"launchUrl": "swagger",
"applicationUrl": "http://localhost:5269",
"commandLineArgs": "--frontend-asset /css/MoonlightServers.min.css",
"environmentVariables": {
"ASPNETCORE_ENVIRONMENT": "Development",
"MOONLIGHT_APP_PUBLICURL": "http://localhost:5269"
}
}
}
}