Skip to content

Commit

Permalink
fix(openchallenges): change a variable name for consistency across th…
Browse files Browse the repository at this point in the history
…e stack (#2770)
  • Loading branch information
tschaffter authored Aug 23, 2024
1 parent c06bd84 commit 8d54ad7
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ public class EurekaInstanceConfiguration {
*/
@Bean
@ConditionalOnProperty(
value = "openchallenges-api-gateway-service.is-deployed-on-aws",
value = "openchallenges-api-gateway.is-deployed-on-aws",
havingValue = "true",
matchIfMissing = false)
public EurekaInstanceConfigBean eurekaInstanceConfig(InetUtils inetUtils) {
Expand Down

0 comments on commit 8d54ad7

Please sign in to comment.