I've tried using:
db:
uri: process.env.MONGOLAB_URI
but that doesn't seem to be working. (EDIT: in fact, that just returns the string of "process.env.MONGOLAB_URI") I've also tried:
<%= ENV['MONGOLAB_URI'] %>
but I saw that in article for an article about yaml in a ruby app (can't find the link now).
What's the correct syntax?