diff options
author | Cédric Bonhomme <cedric@cedricbonhomme.org> | 2017-04-06 11:15:29 +0200 |
---|---|---|
committer | Cédric Bonhomme <cedric@cedricbonhomme.org> | 2017-04-06 11:15:29 +0200 |
commit | 48102408931524355a264dbe4f35b747e0f83727 (patch) | |
tree | 61f5d010646ad449977b46f7587da5b82b6f8f06 /app.json | |
parent | revert (diff) | |
download | newspipe-48102408931524355a264dbe4f35b747e0f83727.tar.gz newspipe-48102408931524355a264dbe4f35b747e0f83727.tar.bz2 newspipe-48102408931524355a264dbe4f35b747e0f83727.zip |
check
Diffstat (limited to 'app.json')
-rw-r--r-- | app.json | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -42,7 +42,7 @@ "TOKEN_VALIDITY_PERIOD": { "description": "Validity period (in seconds) of the account confirmation link sent by email.", "required": true, - "value": 3600 + "value": "3600" }, "HEROKU": "1", "CDN_ADDRESS": "https://cdn.cedricbonhomme.org/", @@ -54,7 +54,7 @@ }, "FEED_REFRESH_INTERVAL": { "description": "Feeds refresh interval (in minutes) for the crawler.", - "value": 120 + "value": "120" } }, "addons": [ |