update config values

This commit is contained in:
Luke Pulverenti
2016-05-20 16:21:34 -04:00
parent 2daf91b3fe
commit 06a25a2557
2 changed files with 13 additions and 5 deletions

View File

@@ -215,6 +215,9 @@ namespace MediaBrowser.Model.Configuration
{
Migrations = new string[] { };
EnableLocalizedGuids = true;
EnableCustomPathSubFolders = true;
ImageSavingConvention = ImageSavingConvention.Compatible;
PublicPort = 8096;
PublicHttpsPort = 8920;