Skip to content

Commit

Permalink
Add missing feature flag config (#10261)
Browse files Browse the repository at this point in the history
  • Loading branch information
gosusnp committed Dec 8, 2023
1 parent 41bc197 commit 826e12d
Showing 1 changed file with 6 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,12 @@ micronaut:
enabled: ${HTTP_ACCESS_LOG_ENABLED:true}
idle-timeout: ${HTTP_IDLE_TIMEOUT:5m}

airbyte:
feature-flag:
client: ${FEATURE_FLAG_CLIENT:}
path: ${FEATURE_FLAG_PATH:/flags}
api-key: ${LAUNCHDARKLY_KEY:}

endpoints:
beans:
enabled: true
Expand Down

0 comments on commit 826e12d

Please sign in to comment.