read config.sample.php options and whitespace fixes

This commit is contained in:
Morris Jobke 2014-10-17 00:35:51 +02:00
Родитель 8ec5b40217
Коммит dd74744039
1 изменённых файлов: 6 добавлений и 4 удалений

Просмотреть файл

@ -45,6 +45,7 @@ $CONFIG = array(
* *
* 'instanceid' => 'd3c944a9a', * 'instanceid' => 'd3c944a9a',
*/ */
'instanceid' => '',
/** /**
* The salt used to hash all passwords, auto-generated by the ownCloud * The salt used to hash all passwords, auto-generated by the ownCloud
@ -54,6 +55,7 @@ $CONFIG = array(
* *
*'passwordsalt' => 'd3c944a9af095aa08f', *'passwordsalt' => 'd3c944a9af095aa08f',
*/ */
'passwordsalt' => '',
/** /**
* Your list of trusted domains that users can log into. Specifying trusted * Your list of trusted domains that users can log into. Specifying trusted