Blame view

settings-development.json 352 Bytes
980b78cbe   themeteorchef   replace settings-...
1
  {
217abccee   Deepak   added a way to ru...
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
    "private": {
      "twilio": {
        "accountSID": "",
        "authToken": "",
        "from": ""
      },
      "mandrill": {
        "key": "jr9TRxivdGDrsyI_bmRZLg",
        "testKey": "UbqDNTDINDq5fCAkzb0-DQ",
        "mailUrl": "smtp://Youngdesk:3AY0e6pF9Alpv5-GjrQxAA@smtp.mandrillapp.com:587"
      }
    },
    "public": {
      "environment": "development"
    }
980b78cbe   themeteorchef   replace settings-...
17
  }