Advertisement
Guest User

Untitled

a guest
May 5th, 2017
817
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.44 KB | None | 0 0
  1. <?php
  2. $CONFIG = array (
  3. 'passwordsalt' => 'gGMoyiTLvJuLrQjVe66UNy3e9CCECP',
  4. 'secret' => 'YyYhDNT+mRruHrXh8qHprQ6XuuDr7TO5CwIdHLANxzeS6JDh',
  5. 'trusted_domains' =>
  6. array (
  7. 0 => 'localhost',
  8. ),
  9. 'datadirectory' => '/var/ncdata',
  10. 'overwrite.cli.url' => 'http://localhost',
  11. 'dbtype' => 'mysql',
  12. 'version' => '11.0.3.2',
  13. 'dbname' => 'nextcloud_db',
  14. 'dbhost' => 'localhost',
  15. 'dbport' => '',
  16. 'dbtableprefix' => 'oc_',
  17. 'dbuser' => 'oc_ncadmin',
  18. 'dbpassword' => '7mkVtuWC96/ZK51LN3CPwhK7+Ywj9S',
  19. 'logtimezone' => 'UTC',
  20. 'installed' => true,
  21. 'instanceid' => 'ocjq0xnwa7nj',
  22. 'appstore.experimental.enabled' => 'true',
  23. 'mail_smtpmode' => 'smtp',
  24. 'mail_smtpauth' => '1',
  25. 'mail_smtpport' => '465',
  26. 'mail_smtphost' => 'smtp.gmail.com',
  27. 'mail_smtpauthtype' => 'LOGIN',
  28. 'mail_from_address' => 'www.techandme.se',
  29. 'mail_domain' => 'gmail.com',
  30. 'mail_smtpsecure' => 'ssl',
  31. 'mail_smtpname' => 'www.techandme.se@gmail.com',
  32. 'mail_smtppassword' => 'vinr vhpa jvbh hovy',
  33. 'preview_libreoffice_path' => '/usr/bin/libreoffice',
  34.  
  35. 'memcache.local' => '\OC\Memcache\Redis',
  36. 'filelocking.enabled' => true,
  37. 'memcache.distributed' => '\OC\Memcache\Redis',
  38. 'memcache.locking' => '\OC\Memcache\Redis',
  39. 'redis' =>
  40. array (
  41. 'host' => '/var/run/redis/redis.sock',
  42. 'port' => 0,
  43. 'timeout' => 0,
  44. 'dbindex' => 0,
  45. 'password' => '7PyDUS3kq=gGp3ZXmRHSH15Dv4bqxejunm',
  46. ),
  47. );
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement