With Play 1.2, I can prefix the configuration keys with the framework ID or application mode as follows:
# Production configuration %prod.http.port=80 %prod.
You have to define a different configuration file with the appropriate properties
http://www.playframework.org/documentation/2.0/Configuration
There is also a inclusion mechanism that helps you define default values in application.conf and overrides only what is needed for production