I had a problem loading the configuration file of Hikari. This only happens when I set up with Shell, not the play console.
The configuration suggest adding in the application.conf
db.default.hikaricp.file = "conf/hikaricp.prod.properties"
Which is fine, but via shell I get an error stating:
[Loading from file configured by db.default.hikaricp.file That Is Some ("conf/hikaricp.prod.properties")]
If you strip the quotes to the configuration file, then it works fine for command line and Shell.
=> db.default.hikaricp.file = conf/hikaricp.prod.properties
I had a problem loading the configuration file of Hikari. This only happens when I set up with Shell, not the play console.
The configuration suggest adding in the application.conf db.default.hikaricp.file = "conf/hikaricp.prod.properties"
Which is fine, but via shell I get an error stating:
[Loading from file configured by db.default.hikaricp.file That Is Some ("conf/hikaricp.prod.properties")]
If you strip the quotes to the configuration file, then it works fine for command line and Shell. => db.default.hikaricp.file = conf/hikaricp.prod.properties