diff options
author | Cédric Bonhomme <cedric@cedricbonhomme.org> | 2016-11-21 08:20:30 +0100 |
---|---|---|
committer | Cédric Bonhomme <cedric@cedricbonhomme.org> | 2016-11-21 08:20:30 +0100 |
commit | 29cd79951f4a06e05c4659b24dfa5ae5f9363467 (patch) | |
tree | 818d53618279deed91fb7524a73ca7dfc972e5c0 | |
parent | Updated app.json (diff) | |
download | newspipe-29cd79951f4a06e05c4659b24dfa5ae5f9363467.tar.gz newspipe-29cd79951f4a06e05c4659b24dfa5ae5f9363467.tar.bz2 newspipe-29cd79951f4a06e05c4659b24dfa5ae5f9363467.zip |
Updated app.json
-rw-r--r-- | app.json | 6 |
1 files changed, 3 insertions, 3 deletions
@@ -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.", |