Previously in Play! v1 it was really easy to define configuration variables in application.conf and then access them like so:
play.configuration("db.driver")
However now I can't find anything in the documentation for similar uses in v2 or a proper alternative. What's the method for doing so? Thanks!