config.php 823 B

12345678910111213141516171819202122232425262728293031323334
  1. <?php
  2. $CONFIG = array (
  3. 'htaccess.RewriteBase' => '/',
  4. 'memcache.local' => '\\OC\\Memcache\\APCu',
  5. 'apps_paths' =>
  6. array (
  7. 0 =>
  8. array (
  9. 'path' => '/var/www/html/apps',
  10. 'url' => '/apps',
  11. 'writable' => false,
  12. ),
  13. 1 =>
  14. array (
  15. 'path' => '/var/www/html/custom_apps',
  16. 'url' => '/custom_apps',
  17. 'writable' => true,
  18. ),
  19. ),
  20. 'passwordsalt' => 'LUWBpbDfP6KE5ee4vsMi/LJk/ky1ty',
  21. 'secret' => '1M5SVPb8cSp7aVSKQss+ha52hGSlAkq3SoGhr4gKQG7I49zF',
  22. 'trusted_domains' =>
  23. array (
  24. 0 => 'localhost',
  25. 1 => 'nextcloud_server',
  26. ),
  27. 'datadirectory' => '/var/www/html/data',
  28. 'dbtype' => 'sqlite3',
  29. 'version' => '17.0.0.9',
  30. 'overwrite.cli.url' => 'http://localhost',
  31. 'dbname' => 'nextcloud',
  32. 'installed' => true,
  33. 'instanceid' => 'occakkp6o8zz',
  34. );