mirror of
https://github.com/jellyfin/jellyfin.git
synced 2026-07-08 23:33:03 +01:00
19 lines
480 B
JSON
19 lines
480 B
JSON
{
|
|
"profiles": {
|
|
"Jellyfin.Server": {
|
|
"commandName": "Project",
|
|
"environmentVariables": {
|
|
"ASPNETCORE_ENVIRONMENT": "Development"
|
|
},
|
|
"commandLineArgs": "--webdir C:\\Users\\Cody\\Code\\Jellyfin\\tmp\\jf-web-wizard\\dist"
|
|
},
|
|
"Jellyfin.Server (nowebclient)": {
|
|
"commandName": "Project",
|
|
"environmentVariables": {
|
|
"ASPNETCORE_ENVIRONMENT": "Development"
|
|
},
|
|
"commandLineArgs": "--nowebclient"
|
|
}
|
|
}
|
|
}
|