mirror of
https://github.com/jellyfin/jellyfin.git
synced 2024-11-16 10:29:01 -07:00
18 lines
383 B
JSON
18 lines
383 B
JSON
{
|
|
"profiles": {
|
|
"Jellyfin.Server": {
|
|
"commandName": "Project",
|
|
"environmentVariables": {
|
|
"ASPNETCORE_ENVIRONMENT": "Development"
|
|
}
|
|
},
|
|
"Jellyfin.Server (nowebclient)": {
|
|
"commandName": "Project",
|
|
"environmentVariables": {
|
|
"ASPNETCORE_ENVIRONMENT": "Development"
|
|
},
|
|
"commandLineArgs": "--nowebclient"
|
|
}
|
|
}
|
|
}
|