[Pkg-owncloud-commits] [owncloud] 17/46: commented out instanceid and passwordsalt

David Prévot taffit at moszumanska.debian.org
Fri Oct 24 15:11:42 UTC 2014


This is an automated email from the git hooks/post-receive script.

taffit pushed a commit to branch master
in repository owncloud.

commit da10518278371446f513d9cd07bdc6ad98bfde50
Author: Carla Schroder <carla at owncloud.com>
Date:   Tue Oct 14 16:57:45 2014 -0700

    commented out instanceid and passwordsalt
---
 config/config.sample.php | 8 +++++---
 1 file changed, 5 insertions(+), 3 deletions(-)

diff --git a/config/config.sample.php b/config/config.sample.php
index c0e6b1d..bb20fbe 100755
--- a/config/config.sample.php
+++ b/config/config.sample.php
@@ -42,16 +42,18 @@ $CONFIG = array(
  * automatically by the installer. This example is for documentation only,
  * and you should never use it because it will not work. A valid ``instanceid``
  * is created when you install ownCloud.
+ *
+ * 'instanceid' => 'd3c944a9a',
  */
-'instanceid' => 'd3c944a9a',
 
-/**
+ /**
  * The salt used to hash all passwords, auto-generated by the ownCloud
  * installer. (There are also per-user salts.) If you lose this salt you lose
  * all your passwords. This example is for documentation only,
  * and you should never use it.
+ *
+ *'passwordsalt' => 'd3c944a9af095aa08f',
  */
-'passwordsalt' => 'd3c944a9af095aa08f',
 
 /**
  * Your list of trusted domains that users can log into. Specifying trusted

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-owncloud/owncloud.git



More information about the Pkg-owncloud-commits mailing list