summaryrefslogtreecommitdiff
path: root/index.js
diff options
context:
space:
mode:
authorJules Laplace <julescarbon@gmail.com>2017-06-01 18:15:14 -0400
committerJules Laplace <julescarbon@gmail.com>2017-06-01 18:15:14 -0400
commitd9585577006dd8f26ff2ee2f38137236e8a63094 (patch)
tree6fc17926ab6eca516cfc4d09ce1871b27077e611 /index.js
parent997239e74ddb2ce3bd159222664c42f8978d5286 (diff)
yup
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",