{
    "express": {
        "port": 3021
    },
    "site": {
        "protocol": "http",
        "domain": "localhost"
    },
    "mongoDataConnection": {
        "url": "mongodb://tester:p9tt4$wdy_Ew1@c229.cockney.1.mongolayer.com:10229,c229.cockney.0.mongolayer.com:10229/sosocial_test?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"
    }
}