aboutsummaryrefslogtreecommitdiff
path: root/app.json
diff options
context:
space:
mode:
authorCédric Bonhomme <cedric@cedricbonhomme.org>2016-11-21 08:20:30 +0100
committerCédric Bonhomme <cedric@cedricbonhomme.org>2016-11-21 08:20:30 +0100
commit29cd79951f4a06e05c4659b24dfa5ae5f9363467 (patch)
tree818d53618279deed91fb7524a73ca7dfc972e5c0 /app.json
parentUpdated app.json (diff)
downloadnewspipe-29cd79951f4a06e05c4659b24dfa5ae5f9363467.tar.gz
newspipe-29cd79951f4a06e05c4659b24dfa5ae5f9363467.tar.bz2
newspipe-29cd79951f4a06e05c4659b24dfa5ae5f9363467.zip
Updated app.json
Diffstat (limited to 'app.json')
-rw-r--r--app.json6
1 files changed, 3 insertions, 3 deletions
diff --git a/app.json b/app.json
index 7763c1b9..af86dda3 100644
--- a/app.json
+++ b/app.json
@@ -30,7 +30,7 @@
"SELF_REGISTRATION": {
"description": "Users are able to create new account.",
"required": true,
- "value": false
+ "value": "false"
},
"SECURITY_PASSWORD_SALT": {
"description": "A secret to confirm user account with a link in an email.",
@@ -38,7 +38,7 @@
"value": "^HEpK@L&cP5dMR^kiz8IIZj8q"
},
"TOKEN_VALIDITY_PERIOD": {
- "description": "Validity period (in seconds) of the account confirmation link sent by email",
+ "description": "Validity period (in seconds) of the account confirmation link sent by email.",
"required": true,
"value": 3600
},
@@ -48,7 +48,7 @@
"POSTMARK_API_KEY": "REDACTED",
"CRAWLER_RESOLV": {
"description": "Specify if the crawler should try to resolve link of articles behind proxies.",
- "value": false
+ "value": "false"
},
"FEED_REFRESH_INTERVAL": {
"description": "Feeds refresh interval (in minutes) for the crawler.",
bgstack15