diff options
author | Thomas Citharel <tcit@tcit.fr> | 2016-07-24 11:41:04 +0200 |
---|---|---|
committer | Jeremy Benoist <jeremy.benoist@gmail.com> | 2016-08-23 07:40:36 +0200 |
commit | 7149aa57814a9d6151f4fe049126e3cb5d86a254 (patch) | |
tree | b2aea48731de289461d0c24777814f115538181d /app/config | |
parent | de3d716ae4e8ca98dabdcb2ec9c18219e05856f7 (diff) | |
download | wallabag-7149aa57814a9d6151f4fe049126e3cb5d86a254.tar.gz wallabag-7149aa57814a9d6151f4fe049126e3cb5d86a254.tar.zst wallabag-7149aa57814a9d6151f4fe049126e3cb5d86a254.zip |
Proper parameter name, simplify logic & phpdoc
Diffstat (limited to 'app/config')
-rw-r--r-- | app/config/config.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app/config/config.yml b/app/config/config.yml index cad51e6c..30fd6063 100644 --- a/app/config/config.yml +++ b/app/config/config.yml | |||
@@ -51,7 +51,7 @@ wallabag_core: | |||
51 | reading_speed: 1 | 51 | reading_speed: 1 |
52 | 52 | ||
53 | wallabag_user: | 53 | wallabag_user: |
54 | registration_enabled: "%registration_enabled%" | 54 | registration_enabled: "%fosuser_registration%" |
55 | 55 | ||
56 | wallabag_import: | 56 | wallabag_import: |
57 | allow_mimetypes: ['application/octet-stream', 'application/json', 'text/plain'] | 57 | allow_mimetypes: ['application/octet-stream', 'application/json', 'text/plain'] |