summaryrefslogtreecommitdiff
path: root/index.js
diff options
context:
space:
mode:
authorstone <jules+okfprojz@okfoc.us>2017-03-09 17:42:54 -0500
committerstone <jules+okfprojz@okfoc.us>2017-03-09 17:42:54 -0500
commit7cb6b91f674108a73cde7d641b0949e21efdf3b8 (patch)
treef783f4c0ec6522f74ba3ce64388a83477981a008 /index.js
parentd6b9f104a640c237b2e2eb364fbbe9cfeb843ec2 (diff)
db
Diffstat (limited to 'index.js')
-rw-r--r--index.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/index.js b/index.js
index 9ce35659..3cbd91ba 100644
--- a/index.js
+++ b/index.js
@@ -82,7 +82,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"),