From 25683b3b56969886c72912bb2ba0dcb5651b507a Mon Sep 17 00:00:00 2001 From: Mickael KERJEAN Date: Fri, 2 Mar 2018 05:54:30 +1100 Subject: [PATCH] bugfix (config): missing configuration entry --- config.js | 1 + 1 file changed, 1 insertion(+) diff --git a/config.js b/config.js index 62a1f264..83a84c6f 100644 --- a/config.js +++ b/config.js @@ -22,6 +22,7 @@ module.exports = { clientID: "dropbox_client_id", redirectURI: "application_url/login" }, + server_secret: 'not_so_secret_key', // APPLICATION CONFIG fork_button: true }