From d91a5283e2c9246760c110332e59513de62cfa07 Mon Sep 17 00:00:00 2001 From: Jules Laplace Date: Sun, 21 May 2017 02:44:05 +0200 Subject: new backend to fetch feedback from a google doc --- index.js | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'index.js') diff --git a/index.js b/index.js index 2c1a91a..dbfb6c7 100644 --- a/index.js +++ b/index.js @@ -114,6 +114,12 @@ var app = okcms.createApp({ from: 'Hansel and Gretel ', subject: 'We Found Your Face', }, + awfeedback: { + lib: require("./lib/awfeedback"), + spreadsheet: '12fUN-pUlTpdly88pGVFlHuHDmAP8YCpVfn9IxIVf5Vs', + credentials: path.join(__dirname, "./lib/awfeedback/tokens/client_secret.json"), + token: path.join(__dirname, "./lib/awfeedback/tokens/client_token.json"), + }, push: { lib: require("./lib/okpush"), mongodbUrl: "mongodb://localhost/okpush_hga", -- cgit v1.2.3-70-g09d2