Manie Coetzee
unread,Jun 8, 2011, 11:59:27 AM6/8/11Sign in to reply to author
Sign in to forward
You do not have permission to delete messages in this group
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to play-framework
Hi,
What would be the best way to externalize the play configuration so
that the config file is loaded in the same kind of way
as for example the Spring PropertyPlaceholderConfigurer? The problem
that I have at the moment is that the same
application needs to be deployed to different environments (dev,
stage, pre-prod, prod), and the only thing that change for
each of these deployments is the configuration.
One way is probably to build my own war file, using the correct
environment 'application.conf' - what is the best way to do something
like
this using a build script like ant/gant/gradle?
Any pointers in the right direction would be much appreciated.