back to port 9663 by default

pull/5745/head
Thibault Duplessis 2019-12-12 15:00:11 -06:00
parent e9f6cbab5d
commit 11748b4cdf
2 changed files with 2 additions and 1 deletions

View File

@ -18,6 +18,7 @@ sources in doc in Compile := List()
publishArtifact in (Compile, packageDoc) := false
// disable publishing the main sources jar
publishArtifact in (Compile, packageSrc) := false
PlayKeys.playDefaultPort := 9663
// don't stage the conf dir
PlayKeys.externalizeResources := false
// shorter prod classpath

View File

@ -3,7 +3,7 @@ mongodb {
mongo-async-driver = ${akka}
}
net {
domain = "localhost:9000"
domain = "localhost:9663"
socket.domain = "localhost:9664"
asset.domain = ${net.domain}
protocol = "http://"