mirror of
https://github.com/jellyfin/jellyfin.git
synced 2026-05-25 18:16:56 +01:00
Add initial management interface support.
This commit is contained in:
@@ -14,6 +14,7 @@ namespace MediaBrowser.Model.Configuration
|
||||
public class ServerConfiguration : BaseApplicationConfiguration
|
||||
{
|
||||
public const int DefaultHttpPort = 8096;
|
||||
public const int DefaultManagementPort = 12000;
|
||||
public const int DefaultHttpsPort = 8920;
|
||||
private string _baseUrl;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user