From ab41949f5abaca94e7a599bb09922fbe1ebe1b04 Mon Sep 17 00:00:00 2001 From: d-venkat <85864739+d-venkat@users.noreply.github.com> Date: Fri, 30 Aug 2024 15:43:12 +0530 Subject: [PATCH] D-35538 Fix jgit warning (#234) * D-35538 Fix jgit warning by setting specific config home environment variable * D-35538 Updated environment variable documentation --- applejack/conf/products/xl-release.yml | 2 ++ documentation/docs/manual/environment-variables.md | 5 +++++ 2 files changed, 7 insertions(+) diff --git a/applejack/conf/products/xl-release.yml b/applejack/conf/products/xl-release.yml index eb20e221f..61c2b1ff8 100644 --- a/applejack/conf/products/xl-release.yml +++ b/applejack/conf/products/xl-release.yml @@ -96,3 +96,5 @@ context: value: "true" - key: LOGBACK_SCAN_PERIOD value: "30seconds" + - key: XDG_CONFIG_HOME + value: "/tmp/jgit" \ No newline at end of file diff --git a/documentation/docs/manual/environment-variables.md b/documentation/docs/manual/environment-variables.md index 5e35ae351..265020950 100644 --- a/documentation/docs/manual/environment-variables.md +++ b/documentation/docs/manual/environment-variables.md @@ -191,6 +191,11 @@ sidebar_position: 1 - default value: none - example: "MQ_P@ssw0rd01" +##### `XDG_CONFIG_HOME` +- Config home directory required by jgit library. +- possible values: "container-directory-with-write-permissions-for-jgit-lib" +- default value: "/tmp/jgit" + ### Specific for XLDeploy docker images:- ##### `APP_PORT`