play-jongo
play-jongo copied to clipboard
Play 2.5 play-jongo configuration
Hi,
I set up everything as described in readme. As I understand I should I just should put this to db section of my application.conf
playjongo.uri="mongodb://127.0.0.1:32768/play" playjongo.gridfs.enabled=false
now I got an error:
[info] application - Creating Pool for datasource 'playjongo'
[error] c.z.h.HikariConfig - HikariPool-1 - dataSource or dataSourceClassName or jdbcUrl is required.
[info] application - Creating Pool for datasource 'playjongo'
[error] c.z.h.HikariConfig - HikariPool-2 - dataSource or dataSourceClassName or jdbcUrl is required.
Configuration error: Configuration error[Cannot connect to database [playjongo]]
This HikariPool-1 - dataSource or dataSourceClassName or jdbcUrl is required
sounds a bit like s.th. related to jdbc / databases. Perhaps this is a hint what to look for.