Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save thillerson/583176 to your computer and use it in GitHub Desktop.
Save thillerson/583176 to your computer and use it in GitHub Desktop.
{
"domain": "local",
"deploy_user": {
"name": "peeps"
},
"railsapp": {
"name": "peeps",
"dir": "/srv/peeps",
"db": {
"database": "peeps"
}
},
"mysql": {
"server_root_password": <password>
},
"recipes": "peeps"
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment