diff options
author | Carla Schroder <carla@owncloud.com> | 2014-10-14 16:57:45 -0700 |
---|---|---|
committer | Carla Schroder <carla@owncloud.com> | 2014-10-14 16:57:45 -0700 |
commit | 887d6155b850340a0ad26f489445bbd1c305b393 (patch) | |
tree | 7589d320cb30b6c15f23184bd596b36b36b2224e /config | |
parent | a8a0bcaffced7ba39c5c2c539191442a9c2e55da (diff) | |
download | nextcloud-server-887d6155b850340a0ad26f489445bbd1c305b393.tar.gz nextcloud-server-887d6155b850340a0ad26f489445bbd1c305b393.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 4266e8a7172..7d0b73f0cfa 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 |