jellyfin/Jellyfin.Server/Properties/launchSettings.json

24 lines
606 B
JSON
Raw Normal View History

{
"profiles": {
"Jellyfin.Server": {
"commandName": "Project",
"launchBrowser": true,
"launchUrl": "web",
"applicationUrl": "http://localhost:8096",
"environmentVariables": {
"ASPNETCORE_ENVIRONMENT": "Development"
}
},
"Jellyfin.Server (nowebclient)": {
"commandName": "Project",
"launchBrowser": true,
"launchUrl": "api-docs/swagger",
"applicationUrl": "http://localhost:8096",
"environmentVariables": {
"ASPNETCORE_ENVIRONMENT": "Development"
},
"commandLineArgs": "--nowebclient"
}
}
}