aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorspooksbit <71300703+spooksbit@users.noreply.github.com>2020-09-16 15:11:35 -0400
committerGitHub <noreply@github.com>2020-09-16 15:11:35 -0400
commitac32b140122f669e6b8b6b2294b83a96b6842314 (patch)
tree00a1ac755a26f35c68533fe0da58a5dd9d67ea3d
parent5cca8bffea339f1043d692f337ab002dbee3a03b (diff)
Update Jellyfin.Server/Properties/launchSettings.json
Co-authored-by: Cody Robibero <cody@robibe.ro>
-rw-r--r--Jellyfin.Server/Properties/launchSettings.json2
1 files changed, 1 insertions, 1 deletions
diff --git a/Jellyfin.Server/Properties/launchSettings.json b/Jellyfin.Server/Properties/launchSettings.json
index ebdd0deda..d8be520b7 100644
--- a/Jellyfin.Server/Properties/launchSettings.json
+++ b/Jellyfin.Server/Properties/launchSettings.json
@@ -15,7 +15,7 @@
"launchUrl": "api-docs/swagger",
"applicationUrl": "http://localhost:8096",
"environmentVariables": {
- "ASPNETCORE_ENVIRONMENT": "Development"
+ "ASPNETCORE_ENVIRONMENT": "Development"
},
"commandLineArgs": "--nowebclient"
}