2020-03-15 16:49:13 +00:00
|
|
|
{
|
|
|
|
"profiles": {
|
|
|
|
"Jellyfin.Server": {
|
2020-03-21 20:06:30 +00:00
|
|
|
"commandName": "Project",
|
|
|
|
"environmentVariables": {
|
|
|
|
"ASPNETCORE_ENVIRONMENT": "Development"
|
|
|
|
}
|
2020-03-15 16:49:13 +00:00
|
|
|
},
|
2020-03-21 17:25:09 +00:00
|
|
|
"Jellyfin.Server (nowebclient)": {
|
2020-03-15 16:49:13 +00:00
|
|
|
"commandName": "Project",
|
2020-03-21 20:06:30 +00:00
|
|
|
"environmentVariables": {
|
|
|
|
"ASPNETCORE_ENVIRONMENT": "Development"
|
|
|
|
},
|
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
|
|
|
}
|