Created
May 25, 2012 15:19
-
-
Save nboire/2788735 to your computer and use it in GitHub Desktop.
Play2 command for launch "test" with custom conf : "play2test"
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
include "application.conf" | |
db.default.url="jdbc:mysql://localhost/play2test" |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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