summaryrefslogtreecommitdiff
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
parent997239e74ddb2ce3bd159222664c42f8978d5286 (diff)
yup
-rw-r--r--index.js4
-rw-r--r--package.json2
2 files changed, 5 insertions, 1 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",
diff --git a/package.json b/package.json
index 01f754e..5984071 100644
--- a/package.json
+++ b/package.json
@@ -9,7 +9,7 @@
"liquid-node": "^2.6.1",
"mailgun.js": "^2.0.1",
"multer": "^1.3.0",
- "okcms": "git+ssh://git@ghghgh.us/~/okcms.git#v0.2.8",
+ "okcms": "git+ssh://git@ghghgh.us/~/okcms.git#v0.2.9",
"request": "^2.81.0"
},
"devDependencies": {}