Skip to content

Instantly share code, notes, and snippets.

@ockham
Created August 27, 2014 09:43
Show Gist options
  • Save ockham/07a0241783fabba84646 to your computer and use it in GitHub Desktop.
Save ockham/07a0241783fabba84646 to your computer and use it in GitHub Desktop.
config.php
<?php
$CONFIG = array (
'passwordsalt' => 'a75f26f303939f273b6b7f60029b40',
'trusted_domains' =>
array (
0 => NULL,
),
'datadirectory' => '/home/bernie/src/owncloud/core/data',
'dbtype' => 'sqlite',
'version' => '7.8.0.0',
);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment