Skip to content

Commit

Permalink
Expose how sbt sets the port so that it's more obvious how to change it
Browse files Browse the repository at this point in the history
  • Loading branch information
lightvector authored and EC2 Default User committed Feb 7, 2016
1 parent 1df9a3b commit 46c3e3b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion project/Build.scala
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ object ArimaaServerBuild extends Build {
//New commands in sbt
commands ++= Seq(startServerProd, startServerTest)

) ++ jetty()
) ++ jetty(port=8080)
)

//Start the server in production mode (currently, this affects how we initialize the DB - see DatabaseConfig.scala)
Expand Down

0 comments on commit 46c3e3b

Please sign in to comment.