Skip to content

Instantly share code, notes, and snippets.

@salex89
Last active August 15, 2016 11:34
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 salex89/fc7e6a753b23a30e9621 to your computer and use it in GitHub Desktop.
Save salex89/fc7e6a753b23a30e9621 to your computer and use it in GitHub Desktop.
Additional akka build.sbt configurations
bashScriptExtraDefines += """addJava "-Dmode=prod""""
bashScriptExtraDefines += "addJava -Dlogdir=$app_home/../logs/"
bashScriptConfigLocation := Some("$app_home/conf/prod.conf")
mainClass in Compile := Some("sample.hello.Main")
mappings in Universal += file("src/main/resources/base.conf") -> "conf/base.conf"
mappings in Universal += file("src/main/resources/prod.conf") -> "conf/prod.conf"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment