diff options
| author | 2019-09-16 21:18:42 +0200 | |
|---|---|---|
| committer | 2019-09-16 21:18:42 +0200 | |
| commit | 80590daeb3627e5712be15fdc4bd98f0e2c40ea5 (patch) | |
| tree | d0e0b908ce31e0ab7d993e8326d257289b2a3133 /config-user.default.php | |
| parent | c76a318193cda63064625b2d92c719b7150d7d64 (diff) | |
Configure user defaults (#2490)
* new users inherit defaults from config-user.php
* installer creates ./data/config-user.php
* fixed typo
* .gitignore fix
* fixed style issues
* Fixed comments
* Update according to feedback
- rename file into `data/config-user.custom.php`
- make it optional (and so, don't copy it during installation)
* fixup! Update according to feedback
Diffstat (limited to 'config-user.default.php')
| -rw-r--r-- | config-user.default.php | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/config-user.default.php b/config-user.default.php index d7149778d..950bef045 100644 --- a/config-user.default.php +++ b/config-user.default.php @@ -1,5 +1,8 @@ <?php +# Do not modify this file, which defines default values, but create a +# `./data/config-user.custom.php` file instead, containing the keys you want to +# override. return array ( 'language' => 'en', 'old_entries' => 3, |
