summaryrefslogtreecommitdiff
path: root/index.js
diff options
context:
space:
mode:
authorstone <jules+okfprojz@okfoc.us>2017-09-26 14:20:44 -0400
committerstone <jules+okfprojz@okfoc.us>2017-09-26 14:20:44 -0400
commit63269b7ec7f94c3040cdcf4431cc98c54d39cbec (patch)
treebba38b0feb56a356b8688dbeb4fac3214ef68997 /index.js
parent72e7efe17d1a32c190218de89124aa2d68d82063 (diff)
back in production baby
Diffstat (limited to 'index.js')
-rw-r--r--index.js8
1 files changed, 4 insertions, 4 deletions
diff --git a/index.js b/index.js
index 663faeeb..e2b0a6f4 100644
--- a/index.js
+++ b/index.js
@@ -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",