How do i make a play scala app, load a conf from a different location?

Here is our playframework build.gradle.

We need to load our own conf file from a know location. We do it in sbt by injecting via env variable -Dconfig.file

How do i do that in gradle ?

Here is our build.sbt

Hi,

Has anybody found a solution for this problem ?