Advertisement
Guest User

Untitled

a guest
Sep 18th, 2017
91
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.19 KB | None | 0 0
  1. $CONFIG = array (
  2. 'passwordsalt' => 'salt',
  3. 'secret' => 'secret',
  4. 'trusted_domains' =>
  5. array (
  6. 0 => 'localhost',
  7. 1 => '91.190.98.26',
  8. 2 => 'nextcloud.fitsoft.nl',
  9. 3 => 'nextcloud.fitsoft.nl',
  10. ),
  11. 'datadirectory' => '/var/ncdata',
  12. 'overwrite.cli.url' => 'https://nextcloud.fitsoft.nl/',
  13. 'dbtype' => 'mysql',
  14. 'version' => '12.0.2.0',
  15. 'dbname' => 'db_name',
  16. 'dbhost' => 'localhost',
  17. 'dbport' => '',
  18. 'dbtableprefix' => 'oc_',
  19. 'mysql.utf8mb4' => true,
  20. 'dbuser' => 'db_user_login',
  21. 'dbpassword' => 'db_user_password',
  22. 'installed' => true,
  23. 'instanceid' => 'instance_id',
  24. 'maintenance' => false,
  25. 'mail_smtpmode' => 'smtp',
  26. 'memcache.local' => '\\OC\\Memcache\\Redis',
  27. 'filelocking.enabled' => true,
  28. 'memcache.distributed' => '\\OC\\Memcache\\Redis',
  29. 'memcache.locking' => '\\OC\\Memcache\\Redis',
  30. 'redis' =>
  31. array (
  32. 'host' => '/var/run/redis/redis.sock',
  33. 'port' => 0,
  34. 'timeout' => 0,
  35. 'dbindex' => 0,
  36. 'password' => 'redis_pass',
  37. ),
  38. 'htaccess.RewriteBase' => '/',
  39. 'loglevel' => '2',
  40. 'log_type' => 'file',
  41. 'logfile' => '/var/ncdata/nextcloud.log',
  42. 'logtimezone' => 'Europe/Amsterdam',
  43. );
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement