Browse Source

fix typo in template directory config

Signed-off-by: Sascha Wiswedel <sascha.wiswedel@nextcloud.com>
tags/v22.0.0beta1
Sascha Wiswedel 3 years ago
parent
commit
a58cc13e2b
1 changed files with 1 additions and 1 deletions
  1. 1
    1
      config/config.sample.php

+ 1
- 1
config/config.sample.php View File

@@ -330,7 +330,7 @@ $CONFIG = [
* ``skeletondirectory`` is defined, otherwise the shipped templates will be used
* to create a template directory for the user.
*/
'templatesdirectory' => '/path/to/nextcloud/templates',
'templatedirectory' => '/path/to/nextcloud/templates',

/**
* If your user backend does not allow password resets (e.g. when it's a

Loading…
Cancel
Save