configDefaults.php 1.5 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061
  1. <?php
  2. return array(
  3. "database_Location" => false,
  4. "user_home" => false,
  5. "timezone" => "",
  6. "plexURL" => "",
  7. "plexToken" => "",
  8. "plexRecentMovie" => "false",
  9. "plexRecentTV" => "false",
  10. "plexRecentMusic" => "false",
  11. "plexPlayingNow" => "false",
  12. "embyURL" => "",
  13. "embyToken" => "",
  14. "embyRecentMovie" => "false",
  15. "embyRecentTV" => "false",
  16. "embyRecentMusic" => "false",
  17. "embyPlayingNow" => "false",
  18. "sonarrURL" => "",
  19. "sonarrKey" => "",
  20. "sickrageURL" => "",
  21. "sickrageKey" => "",
  22. "radarrURL" => "",
  23. "radarrKey" => "",
  24. "nzbgetURL" => "",
  25. "nzbgetUsername" => "",
  26. "nzbgetPassword" => "",
  27. "sabnzbdURL" => "",
  28. "sabnzbdKey" => "",
  29. "headphonesURL" => "",
  30. "headphonesKey" => "",
  31. "calendarStart" => "0",
  32. "calendarView" => "basicWeek",
  33. "calendarStartDay" => "30",
  34. "calendarEndDay" => "30",
  35. "authType" => "internal",
  36. "authBackend" => "",
  37. "authBackendCreate" => "true",
  38. "authBackendHost" => "",
  39. "authBackendPort" => "",
  40. "authBackendDomain" => "",
  41. "plexUsername" => "",
  42. "plexPassword" => "",
  43. "titleLogo" => "",
  44. "loadingIcon" => "",
  45. "cookiePassword" => "",
  46. "domain" => $_SERVER['HTTP_HOST'],
  47. "registerPassword" => "",
  48. "smtpHost" => "",
  49. "smtpHostPort" => "",
  50. "smtpHostAuth" => "true",
  51. "smtpHostUsername" => "",
  52. "smtpHostPassword" => "",
  53. "smtpHostSenderName" => "Organizr",
  54. "smtpHostSenderEmail" => "no-reply@Organizr.tld",
  55. "notifyEffect" => "bar-slidetop",
  56. "multipleLogin" => "true",
  57. "loadingScreen" => "true",
  58. "enableMail" => "false",
  59. "slimBar" => "true",
  60. "gravatar" => "true"
  61. );