diff options
author | Carla Schroder <carla@owncloud.com> | 2014-10-14 16:57:45 -0700 |
---|---|---|
committer | Morris Jobke <hey@morrisjobke.de> | 2014-10-17 00:36:53 +0200 |
commit | da10518278371446f513d9cd07bdc6ad98bfde50 (patch) | |
tree | acdbe7786b8678c0ec1135cd69dab243917e9fa7 /config | |
parent | 9ed35a377f05a385e741c1ae3bda3fa2d5cb1f1b (diff) | |
download | nextcloud-server-da10518278371446f513d9cd07bdc6ad98bfde50.tar.gz nextcloud-server-da10518278371446f513d9cd07bdc6ad98bfde50.zip |
commented out instanceid and passwordsalt
Diffstat (limited to 'config')
-rwxr-xr-x | config/config.sample.php | 8 |
1 files 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 |