Skip to content

Commit

Permalink
D-35538 Fix jgit warning (#234)
Browse files Browse the repository at this point in the history
* D-35538 Fix jgit warning by setting specific config home environment variable

* D-35538 Updated environment variable documentation
  • Loading branch information
d-venkat authored Aug 30, 2024
1 parent 40a4185 commit ab41949
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 0 deletions.
2 changes: 2 additions & 0 deletions applejack/conf/products/xl-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -96,3 +96,5 @@ context:
value: "true"
- key: LOGBACK_SCAN_PERIOD
value: "30seconds"
- key: XDG_CONFIG_HOME
value: "/tmp/jgit"
5 changes: 5 additions & 0 deletions documentation/docs/manual/environment-variables.md
Original file line number Diff line number Diff line change
Expand Up @@ -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`
Expand Down

0 comments on commit ab41949

Please sign in to comment.