{
    "webPort": 8000,

    "mongodbUrl": "mongodb://username:password@localhost/database",

    "gcm": {
        "apiKey": "YOUR_API_KEY_HERE"
    },

    "apn": {
        "connection": {
            "gateway": "gateway.sandbox.push.apple.com",
            "cert": "certs/cert.pem",
            "key": "certs/key.pem"
        },
        "feedback": {
            "address": "feedback.sandbox.push.apple.com",
            "cert": "certs/cert.pem",
            "key": "certs/key.pem",
            "interval": 43200,
            "batchFeedback": true
        }
    }
}