Play 2.6.x Scala
I have a default application.conf within the folder {project}/conf/ but I\'d like to override some values depending on the env
application.conf
{project}/conf/
This works if you provide the command line argument first
sbt -Dconfig.resource=qa.conf run