Skip to content

Instantly share code, notes, and snippets.

@nboire
Created May 25, 2012 15:19
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save nboire/2788735 to your computer and use it in GitHub Desktop.
Save nboire/2788735 to your computer and use it in GitHub Desktop.
Play2 command for launch "test" with custom conf : "play2test"
include "application.conf"
db.default.url="jdbc:mysql://localhost/play2test"
alias play2test='play -Dconfig.file=conf/application-test.conf test'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment