allow ui and streaming to run on different ports (#1992)

* allow ui and streaming to run on different ports

* revert global.json change
This commit is contained in:
Jason Dove
2025-04-14 16:48:19 +00:00
committed by GitHub
parent 6fe6382485
commit b30b458574
20 changed files with 156 additions and 98 deletions
-7
View File
@@ -16,13 +16,6 @@
]
},
"AllowedHosts": "*",
"Kestrel": {
"EndPoints": {
"Http": {
"Url": "http://+:8409"
}
}
},
"Trakt": {
"ClientId": "5a4e78338b7f177cf980d6a8881dd5a52dee680746864e9e442b42d5f4d4ac82"
},