{
    "express": {
        "port": 3001
    },
    "site": {
        "protocol": "http",
        "domain": "localhost"
    },
    "mongoDataConnection": {
      "url": "mongodb://dever:22S7bv39X_Aq!@c229.cockney.1.mongolayer.com:10229,c229.cockney.0.mongolayer.com:10229/sosocial_dev?replicaSet=set-54ef19f07956f74c57000a3a"
    },
    "imageCdn": {
        "cloudinary": {
            "baseUrl": "http://res.cloudinary.com/sosocialtest/image/upload",
            "cloud_name": "sosocialtest",
            "api_key": "914562585841252",
            "api_secret": "bm_7TEqZVb4GfYjlrJ35PV-8hKA"
        }
    },
    "stripePayment": {
        "secret": "sk_test_vnQ1YwCIZqwZzPbSRy1i4tAk",
        "publishable": "pk_test_R4L2P2bCM41ygYGvNMA6NzxV"
    }
}