]> source.dussan.org Git - nextcloud-server.git/commitdiff
commented out instanceid and passwordsalt
authorCarla Schroder <carla@owncloud.com>
Tue, 14 Oct 2014 23:57:45 +0000 (16:57 -0700)
committerCarla Schroder <carla@owncloud.com>
Tue, 14 Oct 2014 23:57:45 +0000 (16:57 -0700)
config/config.sample.php

index 4266e8a717233b1a7632a64b887d4d98bbf056a5..7d0b73f0cfac703a93becb294ba9bce65208e6da 100755 (executable)
@@ -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