bugfix (config): missing configuration entry

This commit is contained in:
Mickael KERJEAN 2018-03-02 05:54:30 +11:00
parent 9d00dc705a
commit 25683b3b56

View file

@ -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
}