|
@@ -3,13 +3,19 @@
|
|
"Jellyfin.Server": {
|
|
"Jellyfin.Server": {
|
|
"commandName": "Project",
|
|
"commandName": "Project",
|
|
"launchBrowser": true,
|
|
"launchBrowser": true,
|
|
- "launchUrl": "web",
|
|
|
|
"applicationUrl": "http://localhost:8096",
|
|
"applicationUrl": "http://localhost:8096",
|
|
"environmentVariables": {
|
|
"environmentVariables": {
|
|
"ASPNETCORE_ENVIRONMENT": "Development"
|
|
"ASPNETCORE_ENVIRONMENT": "Development"
|
|
}
|
|
}
|
|
},
|
|
},
|
|
"Jellyfin.Server (nowebclient)": {
|
|
"Jellyfin.Server (nowebclient)": {
|
|
|
|
+ "commandName": "Project",
|
|
|
|
+ "environmentVariables": {
|
|
|
|
+ "ASPNETCORE_ENVIRONMENT": "Development"
|
|
|
|
+ },
|
|
|
|
+ "commandLineArgs": "--nowebclient"
|
|
|
|
+ },
|
|
|
|
+ "Jellyfin.Server (API Docs)": {
|
|
"commandName": "Project",
|
|
"commandName": "Project",
|
|
"launchBrowser": true,
|
|
"launchBrowser": true,
|
|
"launchUrl": "api-docs/swagger",
|
|
"launchUrl": "api-docs/swagger",
|