Skip to content

Instantly share code, notes, and snippets.

@zzondlo
Forked from jtimberman/gist:817022
Created April 3, 2012 01:00
Show Gist options
  • Select an option

  • Save zzondlo/2288449 to your computer and use it in GitHub Desktop.

Select an option

Save zzondlo/2288449 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