Skip to content

Commit

Permalink
Minor correction for healthcheck.path (#81)
Browse files Browse the repository at this point in the history
  • Loading branch information
ajay-jalgaonkar authored Aug 7, 2024
1 parent f4d4801 commit fb0410a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,6 @@ public class DashboardService {
@JsonProperty("service.workers")
private int workers;

@JsonProperty("healthCheck.path")
@JsonProperty("healthcheck.path")
private String healthCheckPath = "/healthcheck";
}
2 changes: 1 addition & 1 deletion examples/src/main/resources/hello_world_config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ Dashboard:
service.acceptors: 5
service.selectors: 10
service.workers: 30
healthCheck.path: "/elb-healthcheck"
healthcheck.path: "/elb-healthcheck"

Api:
service.port: 9998
Expand Down

0 comments on commit fb0410a

Please sign in to comment.