On Thursday, April 12, 2012 4:41:09 PM UTC-3, David wrote: > > Based on that page, I tried the following: > > export DATABASE_URL=jdbc:postgresql:shouter > > > Now I get a different error message: >
I was able to solve the problem. This is what works: export DATABASE_URL=postgresql://localhost/shouter -- You received this message because you are subscribed to the Google Groups "Heroku" group. To view this discussion on the web visit https://groups.google.com/d/msg/heroku/-/4XsGH5-RLvMJ. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/heroku?hl=en.
