Skip to content

Instantly share code, notes, and snippets.

@jamland
Created September 27, 2013 16:35
Show Gist options
  • Save jamland/6731341 to your computer and use it in GitHub Desktop.
Save jamland/6731341 to your computer and use it in GitHub Desktop.
{
"masterKey": "masterKey",
"uiHost": "airbrake.io",
"apiHost": "api.airbrake.io",
"db": {
"host": "127.0.0.1",
"name": "goab_development",
"user": "andy",
"password": "",
"ssl": false,
"poolSize": 1
},
"cache": {
"addr": "127.0.0.1:6379"
},
"queue": {
"addr": "127.0.0.1:6379"
},
"resque":{
"addr":"127.0.0.1:6379",
"password":"",
"db":0
},
"cloudFiles": {
"user": "davidsandbox",
"key": "26c51770f7d0f04997e44ed9567cacea",
"authUrl": "https://identity.api.rackspacecloud.com/v1.0",
"containerPrefix": "dvd-"
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment