Guest User

Untitled

a guest
Aug 11th, 2017
142
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.09 KB | None | 0 0
  1. <?php
  2. $CONFIG = array (
  3. 'datadirectory' => '/media/nextcloud.data',
  4. 'dbtype' => 'mysql',
  5. 'version' => '12.0.0.29',
  6. 'dbname' => 'nextcloud',
  7. 'dbhost' => 'localhost',
  8. 'dbport' => '',
  9. 'dbtableprefix' => 'oc_',
  10. 'logtimezone' => 'America/Los_Angeles',
  11. 'memcache.distributed' => '\\OC\\Memcache\\Redis',
  12. 'memcache.local' => '\\OC\\Memcache\\Redis',
  13. 'memcache.locking' => '\\OC\\Memcache\\Redis',
  14. 'redis' =>
  15. array (
  16. 'host' => 'localhost',
  17. 'port' => 6379,
  18. ),
  19. 'logfile' => '/var/log/owncloud.log',
  20. 'loglevel' => '2',
  21. 'knowledgebaseenabled' => false,
  22. 'customclient_desktop' => 'http://tiny.cc/bluecore_cloud',
  23. 'customclient_android' => 'https://play.google.com/store/apps/details?id=com.nextcloud.client',
  24. 'customclient_ios' => 'https://itunes.apple.com/us/app/nextcloud/id1125420102?mt=8',
  25. 'installed' => true,
  26. 'maintenance' => false,
  27. 'theme' => '',
  28. 'mail_from_address' => 'cloud',
  29. 'mail_smtpmode' => 'php',
  30. 'mail_smtpauthtype' => 'LOGIN',
  31. 'updater.secret' => '$2y$10$4dAiA4dDn48z7MiTer0/en7bOVpZduUkgiSOMETHINGSOMETHING.',
  32. );
Add Comment
Please, Sign In to add comment