I\'d like to configure PostgreSQL for my Play app, but am getting the following error:
! Internal server error, for request [GET /] ->
java.util.concurre
On my OSX, I've installed PostgreSQL from homebrew and current version is 9.3.4
The connection strings described above do not work for me because they are using postresql database name. My connections are established if and only if I specify like:
db.default.url="postgres://user:password@localhost/MyDbName"
Notice that it is postgres instead of postgresql.