Skip to content

Commit

Permalink
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge branch 'main' into bHacklv/kv-env-parser-fix
Browse files Browse the repository at this point in the history
bHacklv authored Nov 21, 2024
2 parents 815223f + d9154a9 commit 9a8f874
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion airbyte-server/src/main/resources/application.yml
Original file line number Diff line number Diff line change
@@ -325,7 +325,7 @@ airbyte:
airbyte-realm: ${KEYCLOAK_AIRBYTE_REALM:airbyte}
web-client-id: ${KEYCLOAK_WEB_CLIENT_ID:airbyte-webapp}
client-realm: ${KEYCLOAK_CLIENT_REALM:airbyte}
client-id: ${KEYCLOAK_CLIENT_ID:admin-cli}
client-id: ${KEYCLOAK_ADMIN_CLIENT_ID:admin-cli}
realm: ${KEYCLOAK_REALM:master}
internal-realm: ${KEYCLOAK_INTERNAL_REALM:_airbyte-internal}
username: ${KEYCLOAK_ADMIN_USER:airbyteAdmin}

0 comments on commit 9a8f874

Please sign in to comment.