From da10518278371446f513d9cd07bdc6ad98bfde50 Mon Sep 17 00:00:00 2001 From: Carla Schroder Date: Tue, 14 Oct 2014 16:57:45 -0700 Subject: [PATCH] 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 c0e6b1d362e..bb20fbe2366 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 -- 2.39.5