mirror of
https://github.com/jellyfin/jellyfin.git
synced 2025-07-09 03:04:24 -04:00
Set 'ASPNETCORE_ENVIRONMENT=Development' when running from visual studio
This commit is contained in:
parent
2184553d15
commit
edc974e4c0
10
Jellyfin.Server/Properties/launchSettings.json
Normal file
10
Jellyfin.Server/Properties/launchSettings.json
Normal file
@ -0,0 +1,10 @@
|
||||
{
|
||||
"profiles": {
|
||||
"Jellyfin.Server": {
|
||||
"commandName": "Project",
|
||||
"environmentVariables": {
|
||||
"ASPNETCORE_ENVIRONMENT": "Development"
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
Loading…
x
Reference in New Issue
Block a user