diff options
| author | Jules Laplace <julescarbon@gmail.com> | 2017-05-21 02:44:05 +0200 |
|---|---|---|
| committer | Jules Laplace <julescarbon@gmail.com> | 2017-05-21 02:44:05 +0200 |
| commit | d91a5283e2c9246760c110332e59513de62cfa07 (patch) | |
| tree | 7509e4bf897232deb558ec2f32aed1a190fcd4ba /index.js | |
| parent | 113eca6e9d60c923da82474941acf5c9640bd917 (diff) | |
new backend to fetch feedback from a google doc
Diffstat (limited to 'index.js')
| -rw-r--r-- | index.js | 6 |
1 files changed, 6 insertions, 0 deletions
@@ -114,6 +114,12 @@ var app = okcms.createApp({ from: 'Hansel and Gretel <mail@hanselandgretelarmory.com>', 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", |
