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