Skip to content

Commit 3c5927d

Browse files
committed
refactor: change default grpc port
1 parent 2b1038d commit 3c5927d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

controller-runtime/src/main/kotlin/app/simplecloud/controller/runtime/launcher/ControllerStartCommand.kt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ class ControllerStartCommand(
5454
.default(8080)
5555

5656
val envoyPort: Int by option(help = "Envoy port (default: 8090)", envvar = "ENVOY_PORT").int()
57-
.default(8090)
57+
.default(1337)
5858

5959
private val authSecretPath: Path by option(
6060
help = "Path to auth secret file (default: .auth.secret)",

0 commit comments

Comments
 (0)