Skip to content

Commit

Permalink
Merge pull request quarkusio#1210 from hbelmiro/fix-stork-docs
Browse files Browse the repository at this point in the history
  • Loading branch information
cescoffier authored Nov 12, 2022
2 parents b0ccbc2 + 088eea0 commit 50d866d
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,8 @@ public class Registration {
@ConfigProperty(name = "consul.host") String host;
@ConfigProperty(name = "consul.port") int port;

@ConfigProperty(name = "blue-service-port", defaultValue = "9000") int red;
@ConfigProperty(name = "red-service-port", defaultValue = "9001") int blue;
@ConfigProperty(name = "red-service-port", defaultValue = "9000") int red;
@ConfigProperty(name = "blue-service-port", defaultValue = "9001") int blue;

/**
* Register our two services in Consul.
Expand Down

0 comments on commit 50d866d

Please sign in to comment.