Created
August 27, 2014 09:43
-
-
Save ockham/07a0241783fabba84646 to your computer and use it in GitHub Desktop.
config.php
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<?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