Advertisement
Guest User

Untitled

a guest
May 24th, 2017
118
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.70 KB | None | 0 0
  1. <?php
  2. $CONFIG = array (
  3. 'instanceid' => '',
  4. 'passwordsalt' => '',
  5. 'secret' => '',
  6. 'trusted_domains' =>
  7. array (
  8. 0 => '',
  9. ),
  10. 'datadirectory' => '/var/nextcloud',
  11. 'overwrite.cli.url' => 'https://gggggggggggg.com/nextcloud',
  12. 'overwritewebroot' => '/nextcloud',
  13. 'dbtype' => 'mysql',
  14. 'version' => '12.0.0.29',
  15. 'dbname' => 'nextcloud',
  16. 'dbhost' => 'localhost',
  17. 'dbport' => '',
  18. 'dbtableprefix' => 'oc_',
  19. 'dbuser' => 'nextcloudusr',
  20. 'dbpassword' => 'ggggggg',
  21. 'installed' => true,
  22. 'memcache.locking' => '\OC\Memcache\Redis',
  23. 'memcache.local' => '\OC\Memcache\Redis',
  24. 'redis' => array(
  25. 'host' => 'localhost',
  26. 'port' => 6379,
  27. ),
  28. );
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement