launchSettings.json 175 B

12345678910
  1. {
  2. "profiles": {
  3. "Jellyfin.Server": {
  4. "commandName": "Project",
  5. "environmentVariables": {
  6. "ASPNETCORE_ENVIRONMENT": "Development"
  7. }
  8. }
  9. }
  10. }