Is there any way to use environment variables in the play! application.conf file? Something like this:
%prod.db.url=${env.DATABASE_JDBC_URL}
%prod.db.driver=org.
All variables within ${} are resolved using the following sources:
So you could add these as -Dkey=name parameters when launching Play! with your secret credentials specific to your environment.