summaryrefslogtreecommitdiff
path: root/index.js
diff options
context:
space:
mode:
authorjules <jules@carbonpictures.com>2017-06-01 23:41:32 +0000
committerjules <jules@carbonpictures.com>2017-06-01 23:41:32 +0000
commit291a7be04a43ef0062a31dbfafb481c6e7829b79 (patch)
tree018241c1b8b83ab9f802ab3805b1d3fc9429dfa4 /index.js
parent8e7adf087ad73228b1d463411b1a6bfc329fb625 (diff)
parent1dec5a464d13129194c41342afb3f73386132245 (diff)
Merge branch 'master' of ghghgh.us:armory-fmf-cms
Diffstat (limited to 'index.js')
-rw-r--r--index.js4
1 files changed, 4 insertions, 0 deletions
diff --git a/index.js b/index.js
index 1eb992e..e03b1e2 100644
--- a/index.js
+++ b/index.js
@@ -121,6 +121,10 @@ var app = okcms.createApp({
credentials: path.join(__dirname, "./lib/awfeedback/tokens/client_secret.json"),
token: path.join(__dirname, "./lib/awfeedback/tokens/client_token.json"),
},
+ awprint: {
+ lib: require("./lib/awprint"),
+ mongodbUrl: "mongodb://localhost/awprint",
+ },
push: {
lib: require("./lib/okpush"),
mongodbUrl: "mongodb://localhost/okpush_hga",