danpacu2

conf.php

Mar 16th, 2021
166
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.04 KB | None | 0 0
  1. <?php
  2. $CONFIG = array (
  3. 'instanceid' => 'oclok4abipkt',
  4. 'passwordsalt' => 'BajmgqGxc/+HMTCtyZShxtyV3z2kfL',
  5. 'secret' => 'jVxYq0+Xpi8uKYkD7HfFB6d4gGL6nG+5VHcX1r0FRF3G6xPQ',
  6. 'trusted_domains' =>
  7.  
  8.  
  9. array (
  10.  
  11. 0 => '192.168.1.71',
  12. 1 => 'andres9.ddns.net',
  13. 2 => 'danp.ddns.net',
  14. 3 => 'ip_pulbica',
  15. 4 => '192.168.1.89',
  16. ),
  17.  
  18. 'datadirectory' => '/var/www/html/nextcloud/data',
  19. 'dbtype' => 'mysql',
  20. 'version' => '21.0.0.18',
  21. 'overwrite.cli.url' => 'https://192.168.1.71/nextcloud',
  22. 'dbname' => 'cloud',
  23. 'dbhost' => 'localhost:3344',
  24. 'dbport' => '',
  25. 'dbtableprefix' => 'oc_',
  26. 'mysql.utf8mb4' => true,
  27. 'dbuser' => 'dan',
  28. 'dbpassword' => '1213aikido',
  29. 'installed' => true,
  30.  
  31.  
  32. 'default_language' => 'es',
  33. 'memcache.local' => '\OC\Memcache\Redis',
  34. 'memcache.locking' => '\OC\Memcache\Redis',
  35. 'redis' => array(
  36. 'host' => 'localhost',
  37. 'port' => 6379,
  38. 'timeout' => 0.0,
  39. 'password' => '', // Opcional, será usado si no está definido ningún password.
  40. ),
  41.  
  42. );
  43.  
  44.  
Advertisement
Add Comment
Please, Sign In to add comment