diff options
| author | stone <jules+okfprojz@okfoc.us> | 2017-09-26 14:20:44 -0400 |
|---|---|---|
| committer | stone <jules+okfprojz@okfoc.us> | 2017-09-26 14:20:44 -0400 |
| commit | 63269b7ec7f94c3040cdcf4431cc98c54d39cbec (patch) | |
| tree | bba38b0feb56a356b8688dbeb4fac3214ef68997 /index.js | |
| parent | 72e7efe17d1a32c190218de89124aa2d68d82063 (diff) | |
back in production baby
Diffstat (limited to 'index.js')
| -rw-r--r-- | index.js | 8 |
1 files changed, 4 insertions, 4 deletions
@@ -85,7 +85,7 @@ var app = okcms.createApp({ push: { lib: require("./lib/okpush"), mongodbUrl: "mongodb://localhost/okpush_stone", - production: false, + production: true, apn_development: { cert: path.join(__dirname, "./lib/okpush/certs/aps_development_cert.pem"), key: path.join(__dirname, "./lib/okpush/certs/aps_development_key.pem"), @@ -94,10 +94,10 @@ var app = okcms.createApp({ } }, apn_production: { - // cert: path.join(__dirname, "./lib/okpush/certs/aps_production_cert.pem"), - // key: path.join(__dirname, "./lib/okpush/certs/aps_production_key.pem"), + cert: path.join(__dirname, "./lib/okpush/certs/aps_production_cert.pem"), + key: path.join(__dirname, "./lib/okpush/certs/aps_production_key.pem"), connection: { - // gateway: "gateway.push.apple.com", + gateway: "gateway.push.apple.com", } }, bundleId: "us.okfoc.stoneisland", |
