Skip to content

Instantly share code, notes, and snippets.

@DenisGorbachev
Created July 23, 2015 15:41
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save DenisGorbachev/ca8cc97b1abd093a67e4 to your computer and use it in GitHub Desktop.
Save DenisGorbachev/ca8cc97b1abd093a67e4 to your computer and use it in GitHub Desktop.
test/dev.json
{
"swf": {
"accessKeyId": "-",
"secretAccessKey": "-",
"region": "us-east-1"
},
"logger": {
"sanitizedProperties": ["credentials", "accessToken", "refreshToken"],
"transports": {
"Loggly": {
"silent": true,
"level": "debug",
"handleExceptions": false,
"token": "-",
"subdomain": "dengorbachev",
"tags": ["dev"],
"json": true
},
"Console": {
"silent": false,
"level": "info",
"handleExceptions": false,
"prettyPrint": true,
"colorize": true,
"showLevel": false
}
}
},
"mongodb": {
"url": "mongodb://localhost/test"
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment