Advertisement
Guest User

config.v3

a guest
Jul 2nd, 2015
194
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.45 KB | None | 0 0
  1.  
  2. <?php
  3. $CONFIG = array (
  4. 'instanceid' => '__________________________',
  5. 'passwordsalt' => '__________________________',
  6. 'secret' => '______________________________',
  7. 'trusted_domains' => mydyndnshere
  8. array (
  9. 0 => 'mydyndnshere',
  10. ),
  11. 'datadirectory' => '/var/www/owncloud/data',
  12. 'overwrite.cli.url' => 'https://mydyndnshere',
  13. 'dbtype' => 'sqlite3',
  14. 'version' => '8.0.4.2',
  15. 'installed' => true,
  16. 'forcessl' => true,
  17. );
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement