configDefaults.php 1.6 KB

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