Advertisement
nick0

config.php from dead NC installation

Jul 31st, 2023
40
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.48 KB | None | 0 0
  1. <?php
  2. $CONFIG = array (
  3. 'memcache.local' => '\\OC\\Memcache\\APCu',
  4. 'datadirectory' => '/data',
  5. 'instanceid' => 'oco9oqnkf5c7',
  6. 'passwordsalt' => '+lJMS57y2ZJ+r+wMWEGtDPLL2NJgYF',
  7. 'secret' => 'xUSGV69OK4nLDEHldOts1vhpm8Hhe8WCpakHNF23iU7m2YAr',
  8. 'trusted_domains' =>
  9. array (
  10. 0 => '192.168.1.201:450',
  11. 1 => 'nextcloud.domain.duckdns.org',
  12. ),
  13. 'dbtype' => 'mysql',
  14. 'version' => '27.0.1.2',
  15. 'overwrite.cli.url' => 'https://nextcloud.domain.duckdns.org',
  16. 'dbname' => 'nextcloud',
  17. 'dbhost' => 'nextclouddb',
  18. 'dbport' => '',
  19. 'dbtableprefix' => 'oc_',
  20. 'mysql.utf8mb4' => true,
  21. 'dbuser' => 'oc_nick',
  22. 'dbpassword' => 'ecF~&t8dhTVB^7%YWvTeEyY{8|tT|x',
  23. 'installed' => true,
  24. 'overwritehost' => 'nextcloud.domain.duckdns.org',
  25. 'overwriteprotocol' => 'https',
  26. 'trusted_proxies' =>
  27. array (
  28. 0 => 'your.ip:450',
  29. 1 => 'nextcloud.domain.duckdns.org',
  30. ),
  31. 'default_phone_region' => 'GB',
  32. 'mail_smtpmode' => 'smtp',
  33. 'mail_smtpauth' => 1,
  34. 'mail_sendmailmode' => 'smtp',
  35. 'mail_from_address' => 'nextcloud',
  36. 'mail_domain' => 'email_domain.com',
  37. 'mail_smtpsecure' => 'ssl',
  38. 'mail_smtpauthtype' => 'LOGIN',
  39. 'mail_smtphost' => 'mail.email_domain.com',
  40. 'mail_smtpport' => '465',
  41. 'mail_smtpname' => 'nextcloud@email_domain.com',
  42. 'mail_smtppassword' => '=oY978cK9,%i',
  43. 'maintenance' => false,
  44. 'theme' => '',
  45. 'loglevel' => 0,
  46. 'filelocking.enabled' => 'true',
  47. 'memcache.locking' => '\\OC\\Memcache\\APCu',
  48. );
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement