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.
I have the same problem. My solution :
It works fine for me.
It just adds a message for the dev team when the application starts :
ex: 20 mai 2011 21:09:16 play.Logger warn ATTENTION: Missing include: @include.prod
Really not a problem. Just inform your dev team that this message is not a problem and to not delete the "@include.prod" line in application.conf
Hope it helps