We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2b1038d commit 3c5927dCopy full SHA for 3c5927d
controller-runtime/src/main/kotlin/app/simplecloud/controller/runtime/launcher/ControllerStartCommand.kt
@@ -54,7 +54,7 @@ class ControllerStartCommand(
54
.default(8080)
55
56
val envoyPort: Int by option(help = "Envoy port (default: 8090)", envvar = "ENVOY_PORT").int()
57
- .default(8090)
+ .default(1337)
58
59
private val authSecretPath: Path by option(
60
help = "Path to auth secret file (default: .auth.secret)",
0 commit comments