jellyfin-server/Jellyfin.Server/Properties/launchSettings.json

11 lines
175 B
JSON

{
"profiles": {
"Jellyfin.Server": {
"commandName": "Project",
"environmentVariables": {
"ASPNETCORE_ENVIRONMENT": "Development"
}
}
}
}