solution: use port 2449 by default
This commit is contained in:
@@ -44,7 +44,7 @@ open class GrpcServer(
|
||||
fun start() {
|
||||
log.info("Starting GRPC Server...")
|
||||
log.debug("Running with DEBUG LOGGING")
|
||||
val port = env.getProperty("port", "8090").toInt()
|
||||
val port = env.getProperty("port", "2449").toInt()
|
||||
log.info("Listening on 0.0.0.0:$port")
|
||||
val serverBuilder = NettyServerBuilder.forPort(port)
|
||||
rpcs.forEach {
|
||||
|
||||
Reference in New Issue
Block a user