mirror of
https://github.com/ethauvin/kobalt.git
synced 2025-04-26 16:28:12 -07:00
Change default port.
This commit is contained in:
parent
dffcee0cd4
commit
65b0f44f6c
1 changed files with 1 additions and 1 deletions
|
@ -33,7 +33,7 @@ class Args {
|
||||||
var log: Int = 1
|
var log: Int = 1
|
||||||
|
|
||||||
companion object {
|
companion object {
|
||||||
const val DEFAULT_SERVER_PORT = 3867
|
const val DEFAULT_SERVER_PORT = 1234
|
||||||
}
|
}
|
||||||
|
|
||||||
@Parameter(names = arrayOf("--port"), description = "Port, if --server was specified")
|
@Parameter(names = arrayOf("--port"), description = "Port, if --server was specified")
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue