Skip to content

Commit 209c220

Browse files
authored
1 parent abc6740 commit 209c220

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

airbyte-connector-rollout-client/src/main/resources/application.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -44,8 +44,9 @@ temporal:
4444
cert: ${TEMPORAL_CLOUD_CLIENT_CERT:}
4545
key: ${TEMPORAL_CLOUD_CLIENT_KEY:}
4646
enabled: ${TEMPORAL_CLOUD_ENABLED:false}
47-
host: ${TEMPORAL_CLOUD_HOST:}
48-
namespace: ${TEMPORAL_CLOUD_NAMESPACE:}
47+
connector-rollout:
48+
host: ${TEMPORAL_CLOUD_HOST:}
49+
namespace: ${TEMPORAL_CLOUD_NAMESPACE:}
4950
host: ${TEMPORAL_HOST:`localhost:7233`}
5051
retention: ${TEMPORAL_HISTORY_RETENTION_IN_DAYS:30}
5152
sdk:

0 commit comments

Comments
 (0)