|
|
@@ -0,0 +1,66 @@
|
|
|
+<?php
|
|
|
+return array(
|
|
|
+ "database_Location" => false,
|
|
|
+ "user_home" => false,
|
|
|
+ "timezone" => "",
|
|
|
+ "plexURL" => "",
|
|
|
+ "plexPort" => "",
|
|
|
+ "plexToken" => "",
|
|
|
+ "plexRecentMovie" => "false",
|
|
|
+ "plexRecentTV" => "false",
|
|
|
+ "plexRecentMusic" => "false",
|
|
|
+ "plexPlayingNow" => "false",
|
|
|
+ "embyURL" => "",
|
|
|
+ "embyPort" => "",
|
|
|
+ "embyToken" => "",
|
|
|
+ "embyRecentMovie" => "false",
|
|
|
+ "embyRecentTV" => "false",
|
|
|
+ "embyRecentMusic" => "false",
|
|
|
+ "embyPlayingNow" => "false",
|
|
|
+ "sonarrURL" => "",
|
|
|
+ "sonarrKey" => "",
|
|
|
+ "sickrageURL" => "",
|
|
|
+ "sickrageKey" => "",
|
|
|
+ "radarrURL" => "",
|
|
|
+ "radarrKey" => "",
|
|
|
+ "nzbgetURL" => "",
|
|
|
+ "nzbgetPort" => "",
|
|
|
+ "nzbgetUsername" => "",
|
|
|
+ "nzbgetPassword" => "",
|
|
|
+ "sabnzbdURL" => "",
|
|
|
+ "sabnzbdPort" => "",
|
|
|
+ "sabnzbdKey" => "",
|
|
|
+ "headphonesURL" => "",
|
|
|
+ "headphonesPort" => "",
|
|
|
+ "headphonesKey" => "",
|
|
|
+ "calendarStart" => "0",
|
|
|
+ "calendarView" => "basicWeek",
|
|
|
+ "calendarStartDay" => "30",
|
|
|
+ "calendarEndDay" => "30",
|
|
|
+ "authType" => "internal",
|
|
|
+ "authBackend" => "",
|
|
|
+ "authBackendCreate" => "true",
|
|
|
+ "authBackendHost" => "",
|
|
|
+ "authBackendPort" => "",
|
|
|
+ "authBackendDomain" => "",
|
|
|
+ "plexUsername" => "",
|
|
|
+ "plexPassword" => "",
|
|
|
+ "titleLogo" => "",
|
|
|
+ "loadingIcon" => "",
|
|
|
+ "cookiePassword" => "",
|
|
|
+ "domain" => $_SERVER['HTTP_HOST'],
|
|
|
+ "registerPassword" => "",
|
|
|
+ "smtpHost" => "",
|
|
|
+ "smtpHostPort" => "",
|
|
|
+ "smtpHostAuth" => "true",
|
|
|
+ "smtpHostUsername" => "",
|
|
|
+ "smtpHostPassword" => "",
|
|
|
+ "smtpHostSenderName" => "Organizr",
|
|
|
+ "smtpHostSenderEmail" => "no-reply@Organizr.tld",
|
|
|
+ "notifyEffect" => "bar-slidetop",
|
|
|
+ "multipleLogin" => "true",
|
|
|
+ "loadingScreen" => "true",
|
|
|
+ "enableMail" => "false",
|
|
|
+ "slimBar" => "true",
|
|
|
+ "gravatar" => "true"
|
|
|
+);
|