From 57defd302c7aed7937ce949b817d9e889cfdc1c6 Mon Sep 17 00:00:00 2001 From: Mickael Date: Mon, 3 Jul 2017 18:23:47 +1000 Subject: [PATCH] maintenance (usage stats): enable usage stats --- config.js | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/config.js b/config.js index 3f77eb33..730faee7 100644 --- a/config.js +++ b/config.js @@ -9,7 +9,8 @@ module.exports = { info: { - host: "application_url" + host: "application_url", + usage_stats: true }, gdrive: { redirectURI: "application_url/login",