Advertisement
Guest User

Untitled

a guest
Aug 19th, 2017
78
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.91 KB | None | 0 0
  1. <?php
  2. $CONFIG = array (
  3. 'instanceid' => 'occrdm28sd9b',
  4. 'passwordsalt' => 'VyUTXyG3hNb/NTZUg7ce1peF5WOoz5',
  5. 'secret' => 'gpcgOQI6/213dN7/App1/tbgmDuVxmYG9OY4M/zayXFj0lG5',
  6. 'trusted_domains' =>
  7. array (
  8. 0 => 'ncdev.local',
  9. ),
  10. 'datadirectory' => '/var/www/ncdev/data',
  11. 'overwrite.cli.url' => 'https://ncdev.local',
  12. 'debug' => true,
  13. 'integrity.check.disabled' => true,
  14. 'dbtype' => 'mysql',
  15. 'version' => '13.0.0.3',
  16. 'dbname' => '******',
  17. 'dbhost' => 'localhost',
  18. 'dbport' => '',
  19. 'dbtableprefix' => 'oc_',
  20. 'dbuser' => '******',
  21. 'dbpassword' => '*****',
  22. 'logtimezone' => 'UTC',
  23. 'installed' => true,
  24. 'theme' => '',
  25. 'loglevel' => 1,
  26. 'maintenance' => false,
  27. 'auth.bruteforce.protection.enabled' => false,
  28. 'ldapIgnoreNamingRules' => false,
  29. 'ldapProviderFactory' => '\\OCA\\User_LDAP\\LDAPProviderFactory',
  30. 'updater.release.channel' => 'stable',
  31. );
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement