aboutsummaryrefslogtreecommitdiffhomepage
path: root/app
diff options
context:
space:
mode:
authorThomas Citharel <tcit@tcit.fr>2016-07-24 11:41:04 +0200
committerJeremy Benoist <jeremy.benoist@gmail.com>2016-08-23 07:40:36 +0200
commit7149aa57814a9d6151f4fe049126e3cb5d86a254 (patch)
treeb2aea48731de289461d0c24777814f115538181d /app
parentde3d716ae4e8ca98dabdcb2ec9c18219e05856f7 (diff)
downloadwallabag-7149aa57814a9d6151f4fe049126e3cb5d86a254.tar.gz
wallabag-7149aa57814a9d6151f4fe049126e3cb5d86a254.tar.zst
wallabag-7149aa57814a9d6151f4fe049126e3cb5d86a254.zip
Proper parameter name, simplify logic & phpdoc
Diffstat (limited to 'app')
-rw-r--r--app/config/config.yml2
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
53wallabag_user: 53wallabag_user:
54 registration_enabled: "%registration_enabled%" 54 registration_enabled: "%fosuser_registration%"
55 55
56wallabag_import: 56wallabag_import:
57 allow_mimetypes: ['application/octet-stream', 'application/json', 'text/plain'] 57 allow_mimetypes: ['application/octet-stream', 'application/json', 'text/plain']