I have been trying to deploy a play application which has a mysql back end , have the db config in application.conf , trying to build a test conf
running below since i had a db created already
boxfuse run nimalist-api:1.0 -env=test -jvm.args=-Dconfig.resource=prod.conf -dbtype=none
But boxfuse was still creating a new database, so since the configuration in my play config was wrong the play application was not getting deployed
Is there a way :-
- I can tell boxfuse not to create a db when deploying the play application
- Is there a way if boxfuse creates db, i can pass the db configs dynamically to my play application
Thank you for your help