Configuring Play Framework 2.0 conf file in Intellij IDEA 14.1.4
Hi. I'm using Intellij IDEA 14.1.4 to develop a Play 2.0 application and I was wondering if it's possible to somehow configure the conf file used by Play. I'd like to do something similar to what's described here: http://https://www.playframework.com/documentation/2.4.x/ProductionConfiguration.
$ /path/to/bin/<project-name> -Dconfig.file=/opt/conf/prod.conf
Is is possible to somehow set up a configuration in IDEA? I've looked at the configuration settings in IDEA, but I haven't found anything to specify the conf file.
Please sign in to leave a comment.
I've got the answer, I just had to write the configuration to the JVM options in IDEA.