Skip to content

Instantly share code, notes, and snippets.

@mmower
Created November 8, 2015 11:33
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 mmower/46334a1a9bd04fc7e38a to your computer and use it in GitHub Desktop.
Save mmower/46334a1a9bd04fc7e38a to your computer and use it in GitHub Desktop.
{
:production {:env {:redis {:host "localhost"
:port 6379
:db 2}
:mandrill {:key ""}}}
:dev {:env {:redis {:host "localhost"
:port 6379
:db 1}
:mandrill {:key ""}
:mysql {:host ""
:username ""
:password ""}}}
:test {:env {:redis {:host ""
:port 6379
:db 3}
:mandrill {:key ""}}}}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment