Guest User

Untitled

a guest
May 29th, 2020
44
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.86 KB | None | 0 0
  1. <?php
  2. $CONFIG = array (
  3. 'instanceid' => '****',
  4. 'passwordsalt' => '****',
  5. 'secret' => '****',
  6. 'trusted_domains' =>
  7. array (
  8. 0 => 'share.renewalofthelordstemple.com',
  9. ),
  10. 'datadirectory' => '/datadrive',
  11. 'dbtype' => 'mysql',
  12. 'version' => '18.0.4.2',
  13. 'overwrite.cli.url' => 'https://share.renewalofthelordstemple.com',
  14. 'dbname' => 'nextcloud',
  15. 'dbhost' => 'localhost',
  16. 'dbport' => '',
  17. 'dbtableprefix' => 'oc_',
  18. 'dbuser' => '****',
  19. 'dbpassword' => '****',
  20. 'installed' => true,
  21. 'mail_domain' => '****',
  22. 'mail_from_address' => 'prayer',
  23. 'mail_smtpmode' => 'smtp',
  24. 'mail_smtpsecure' => 'tls',
  25. 'mail_smtpauthtype' => 'LOGIN',
  26. 'mail_sendmailmode' => 'smtp',
  27. 'mail_smtpauth' => 1,
  28. 'mail_smtphost' => '****',
  29. 'mail_smtpport' => '****',
  30. 'mail_smtpname' => '****',
  31. 'mail_smtppassword' => '****',
  32. );
Add Comment
Please, Sign In to add comment