Guest User

Untitled

a guest
Jul 18th, 2020
279
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.11 KB | None | 0 0
  1. <?php
  2. $CONFIG = array (
  3. 'instanceid' => 'oc4f3clgrzqq',
  4. 'passwordsalt' => 'salt',
  5. 'secret' => 'secret',
  6. 'trusted_domains' =>
  7. array (
  8. 0 => 'internal.domain',
  9. 1 => 'external.domain',
  10. ),
  11. 'trusted_proxies' =>
  12. array (
  13. 0 => 'internal.proxy.for.public.domain',
  14. ),
  15. 'memcache.distributed' => '\\OC\\Memcache\\Redis',
  16. 'redis' =>
  17. array (
  18. 'host' => '127.0.0.1',
  19. 'port' => 6379,
  20. ),
  21. 'memcache.locking' => '\\OC\\Memcache\\Redis',
  22. 'datadirectory' => '/var/www/nextcloud/data',
  23. 'dbtype' => 'pgsql',
  24. 'version' => '19.0.1.1',
  25. 'overwrite.cli.url' => 'https://nextcloud.realm.lan',
  26. 'dbname' => 'dbname',
  27. 'dbhost' => 'dbhost',
  28. 'dbport' => '',
  29. 'dbtableprefix' => 'oc_',
  30. 'dbuser' => 'dbuser',
  31. 'dbpassword' => 'dbpass',
  32. 'installed' => true,
  33. 'ldapIgnoreNamingRules' => false,
  34. 'ldapProviderFactory' => 'OCA\\User_LDAP\\LDAPProviderFactory',
  35. 'twofactor_enforced' => 'true',
  36. 'twofactor_enforced_groups' =>
  37. array (
  38. ),
  39. 'twofactor_enforced_excluded_groups' =>
  40. array (
  41. ),
  42. 'theme' => '',
  43. 'loglevel' => 2,
  44. 'maintenance' => false,
  45. );
Add Comment
Please, Sign In to add comment