diff --git a/src/main/resources/application.properties b/src/main/resources/application.properties index afea8a3..46f2bc2 100644 --- a/src/main/resources/application.properties +++ b/src/main/resources/application.properties @@ -23,7 +23,7 @@ info.maxAssignmentsLimitPerBatch = 10000 # If the "info.maxAssignmentsBatchesToHandleBeforeShutdown" is zero, then an infinite number of assignments-batches will be handled. info.maxAssignmentsBatchesToHandleBeforeShutdown = 0 info.controllerIp = XX -into.controllerPort = XX +info.controllerPort = XX info.controllerBaseUrl = http://${info.controllerIp}:${info.controllerPort}/api/ info.shutdownOrCancelCode = XX