Tag: heroku


  1. Heroku : Memo for postgresql

    A little memo to configuration for local testing play2 application develop for Heroku with a PostgreSQL database. As the documentation on heroku site didn’t work, here is the DATABASE_URL value I use on my env. export DATABASE_URL=jdbc:postgresql://localhost/$(whoami) And to manually start a…

    play framework, heroku, postgresql