From 48102408931524355a264dbe4f35b747e0f83727 Mon Sep 17 00:00:00 2001 From: Cédric Bonhomme Date: Thu, 6 Apr 2017 11:15:29 +0200 Subject: check --- app.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'app.json') diff --git a/app.json b/app.json index 0b3922dc..23294639 100644 --- a/app.json +++ b/app.json @@ -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": [ -- cgit