Skip to content

Instantly share code, notes, and snippets.

@fedor
Created September 13, 2016 08:14
Show Gist options
  • Save fedor/3a40e23adfca279df6ab670f5d0f811f to your computer and use it in GitHub Desktop.
Save fedor/3a40e23adfca279df6ab670f5d0f811f to your computer and use it in GitHub Desktop.
{
"mongo": {
"default": {
"db": "test",
"port": 27017
},
"development": {
"host": "127.0.0.1"
},
"production": {
"db": "prod",
"host": "192.168.0.10"
}
},
"redis": {
"default": {
"port": 6379
},
"development": {
"host": "127.0.0.1"
},
"production": {
"host": "192.168.0.11"
}
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment