summaryrefslogtreecommitdiff
path: root/index.js
diff options
context:
space:
mode:
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",