My application.conf uses environment variables like this
application.conf
cassandraUri = ${?DB_CASSANDRA_URI}
I am starting my Play
Play