1
0
Fork 0
mirror of https://github.com/ethauvin/kobalt.git synced 2025-04-26 08:27:12 -07:00

Change default port.

This commit is contained in:
Cedric Beust 2015-11-05 17:34:17 -08:00
parent dffcee0cd4
commit 65b0f44f6c

View file

@ -33,7 +33,7 @@ class Args {
var log: Int = 1
companion object {
const val DEFAULT_SERVER_PORT = 3867
const val DEFAULT_SERVER_PORT = 1234
}
@Parameter(names = arrayOf("--port"), description = "Port, if --server was specified")