Skip to content

Commit

Permalink
fix(config): update saas clusterid reference
Browse files Browse the repository at this point in the history
  • Loading branch information
chillleader committed Jan 16, 2025
1 parent 84bade1 commit dbf75e8
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ public class SaaSConfiguration {
@Value("${camunda.saas.secrets.internalPrefix:internal-connector-secrets}")
private String secretsInternalNamePrefix;

@Value("${zeebe.client.cloud.cluster-id}")
@Value("${camunda.client.clusterId}")
private String clusterId;

@Bean
Expand Down

0 comments on commit dbf75e8

Please sign in to comment.