Skip to content

Commit

Permalink
Update env var reference
Browse files Browse the repository at this point in the history
This coincides with quarkusio/quarkus#41344, which won't be released until Quarkus 3.12.1 (next micro-release). Its broken now anyways, so no harm with this change now.
  • Loading branch information
edeandrea committed Jun 27, 2024
1 parent 37de19f commit e1161e3
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
6 changes: 3 additions & 3 deletions rest-fights/src/main/docker-compose/java17.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,9 +14,9 @@
QUARKUS_LIQUIBASE_MONGODB_MIGRATE_AT_START: "false"
QUARKUS_MONGODB_CREDENTIALS_USERNAME: superfight
QUARKUS_MONGODB_CREDENTIALS_PASSWORD: superfight
QUARKUS_STORK_HERO_SERVICE_SERVICE_DISCOVERY_ADDRESS_LIST: rest-heroes:8083
QUARKUS_STORK_VILLAIN_SERVICE_SERVICE_DISCOVERY_ADDRESS_LIST: rest-villains:8084
QUARKUS_STORK_NARRATION_SERVICE_SERVICE_DISCOVERY_ADDRESS_LIST: rest-narration:8087
QUARKUS_STORK__HERO_SERVICE__SERVICE_DISCOVERY_ADDRESS_LIST: rest-heroes:8083
QUARKUS_STORK__VILLAIN_SERVICE__SERVICE_DISCOVERY_ADDRESS_LIST: rest-villains:8084
QUARKUS_STORK__NARRATION_SERVICE__SERVICE_DISCOVERY_ADDRESS_LIST: rest-narration:8087
QUARKUS_GRPC_CLIENTS_LOCATIONS_HOST: grpc-locations
QUARKUS_GRPC_CLIENTS_LOCATIONS_PORT: 8089
MP_MESSAGING_CONNECTOR_SMALLRYE_KAFKA_APICURIO_REGISTRY_URL: http://apicurio:8086/apis/registry/v2
Expand Down
6 changes: 3 additions & 3 deletions rest-fights/src/main/docker-compose/native.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,9 +14,9 @@
QUARKUS_LIQUIBASE_MONGODB_MIGRATE_AT_START: "false"
QUARKUS_MONGODB_CREDENTIALS_USERNAME: superfight
QUARKUS_MONGODB_CREDENTIALS_PASSWORD: superfight
QUARKUS_STORK_HERO_SERVICE_SERVICE_DISCOVERY_ADDRESS_LIST: rest-heroes:8083
QUARKUS_STORK_VILLAIN_SERVICE_SERVICE_DISCOVERY_ADDRESS_LIST: rest-villains:8084
QUARKUS_STORK_NARRATION_SERVICE_SERVICE_DISCOVERY_ADDRESS_LIST: rest-narration:8087
QUARKUS_STORK__HERO_SERVICE__SERVICE_DISCOVERY_ADDRESS_LIST: rest-heroes:8083
QUARKUS_STORK__VILLAIN_SERVICE__SERVICE_DISCOVERY_ADDRESS_LIST: rest-villains:8084
QUARKUS_STORK__NARRATION_SERVICE__SERVICE_DISCOVERY_ADDRESS_LIST: rest-narration:8087
QUARKUS_GRPC_CLIENTS_LOCATIONS_HOST: grpc-locations
QUARKUS_GRPC_CLIENTS_LOCATIONS_PORT: 8089
MP_MESSAGING_CONNECTOR_SMALLRYE_KAFKA_APICURIO_REGISTRY_URL: http://apicurio:8086/apis/registry/v2
Expand Down

0 comments on commit e1161e3

Please sign in to comment.