Skip to content

Instantly share code, notes, and snippets.

@jtimberman
Created February 8, 2011 19:25
Show Gist options
  • Select an option

  • Save jtimberman/817022 to your computer and use it in GitHub Desktop.

Select an option

Save jtimberman/817022 to your computer and use it in GitHub Desktop.
{
"id": "my_app"
"databases": {
"production": {
"encoding": "utf8",
"adapter": "mysql",
"username": "my_app",
"database": "production",
"password": "coolpassword"
},
"production_crm": {
"encoding": "utf8",
"adapter": "mysql",
"username": "my_app",
"database": "production_crm",
"password": "coolpassword"
}
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment