diff options
| author | Jules Laplace <julescarbon@gmail.com> | 2017-06-01 18:15:14 -0400 |
|---|---|---|
| committer | Jules Laplace <julescarbon@gmail.com> | 2017-06-01 18:15:14 -0400 |
| commit | d9585577006dd8f26ff2ee2f38137236e8a63094 (patch) | |
| tree | 6fc17926ab6eca516cfc4d09ce1871b27077e611 /index.js | |
| parent | 997239e74ddb2ce3bd159222664c42f8978d5286 (diff) | |
yup
Diffstat (limited to 'index.js')
| -rw-r--r-- | index.js | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -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", |
