2020-03-15 16:49:13 +00:00
|
|
|
{
|
|
|
|
"profiles": {
|
|
|
|
"Jellyfin.Server": {
|
2020-03-21 20:06:30 +00:00
|
|
|
"commandName": "Project",
|
2020-09-16 17:17:14 +00:00
|
|
|
"launchBrowser": true,
|
|
|
|
"applicationUrl": "http://localhost:8096",
|
2020-03-21 20:06:30 +00:00
|
|
|
"environmentVariables": {
|
|
|
|
"ASPNETCORE_ENVIRONMENT": "Development"
|
|
|
|
}
|
2020-03-15 16:49:13 +00:00
|
|
|
},
|
2020-03-21 17:25:09 +00:00
|
|
|
"Jellyfin.Server (nowebclient)": {
|
2020-09-26 01:52:37 +00:00
|
|
|
"commandName": "Project",
|
|
|
|
"environmentVariables": {
|
|
|
|
"ASPNETCORE_ENVIRONMENT": "Development"
|
|
|
|
},
|
|
|
|
"commandLineArgs": "--nowebclient"
|
|
|
|
},
|
|
|
|
"Jellyfin.Server (API Docs)": {
|
2020-03-15 16:49:13 +00:00
|
|
|
"commandName": "Project",
|
2020-09-16 17:17:14 +00:00
|
|
|
"launchBrowser": true,
|
|
|
|
"launchUrl": "api-docs/swagger",
|
|
|
|
"applicationUrl": "http://localhost:8096",
|
2020-03-21 20:06:30 +00:00
|
|
|
"environmentVariables": {
|
2020-09-16 19:11:35 +00:00
|
|
|
"ASPNETCORE_ENVIRONMENT": "Development"
|
2020-03-21 20:06:30 +00:00
|
|
|
},
|
2020-03-21 17:25:09 +00:00
|
|
|
"commandLineArgs": "--nowebclient"
|
2020-03-15 16:49:13 +00:00
|
|
|
}
|
|
|
|
}
|
2020-03-21 17:25:09 +00:00
|
|
|
}
|