Skip to content

Commit

Permalink
Tomcat server port reverted back to 8080 (#43)
Browse files Browse the repository at this point in the history
  • Loading branch information
danishjamal104 authored Oct 18, 2022
1 parent c174889 commit df752bd
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/main/resources/application.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
camel:
server-port: 5001
server-port: 5000
springboot:
main-run-controller: true
dataformat:
Expand Down Expand Up @@ -65,7 +65,7 @@ zeebe:
contactpoint: "localhost:26500"

server:
port: 8081
port: 8080

rest:
authorization:
Expand All @@ -85,4 +85,4 @@ logging:
level:
root: INFO
pattern:
console: "%clr(%d{dd-MM-yyyy HH:mm:ss.SSS}){faint} %clr(${LOG_LEVEL_PATTERN:-%5p}) %clr([%35.35t]){faint} %clr(%-28.28logger{28}){cyan} %clr(:){faint}%X{BUSINESS-LOG} %m%n${LOG_EXCEPTION_CONVERSION_WORD:-%wEx}"
console: "%clr(%d{dd-MM-yyyy HH:mm:ss.SSS}){faint} %clr(${LOG_LEVEL_PATTERN:-%5p}) %clr([%35.35t]){faint} %clr(%-28.28logger{28}){cyan} %clr(:){faint}%X{BUSINESS-LOG} %m%n${LOG_EXCEPTION_CONVERSION_WORD:-%wEx}"

0 comments on commit df752bd

Please sign in to comment.