Skip to content

Commit f4e8e45

Browse files
authored
Merge pull request #270 from renmenon/fix/config
fix(yml) : corrected the spelling ACTUATOR_PORT
2 parents b3496e8 + 998451a commit f4e8e45

File tree

1 file changed

+1
-1
lines changed
  • kafka-webview-ui/src/main/resources/config

1 file changed

+1
-1
lines changed

kafka-webview-ui/src/main/resources/config/base.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ spring:
4949
# Spring Actuator - global
5050
management:
5151
server:
52-
port: ${ACUATOR_PORT:9090}
52+
port: ${ACTUATOR_PORT:9090}
5353
endpoints:
5454
web:
5555
exposure:

0 commit comments

Comments
 (0)