Skip to content

Instantly share code, notes, and snippets.

@skierkowski
Created December 2, 2011 17:49
Show Gist options
  • Save skierkowski/1424157 to your computer and use it in GitHub Desktop.
Save skierkowski/1424157 to your computer and use it in GitHub Desktop.
VCAP_SERVICES environment variable
{
"mysql-5.1":[
{ "name":"mysql-78f77",
"label":"mysql-5.1",
"plan":"free",
"tags":["mysql","mysql-5.1","relational"],
"credentials": {
"name":"d49cb7954b61236b5b9797c7db03fb999",
"hostname":"127.0.0.1",
"host":"127.0.0.1",
"port":3306,
"user":"urwncHUliGIRm",
"username":"urwncHUliHIRm",
"password":"pciY88TNgjdeh"
}
}
]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment