Skip to content

Commit d8c187b

Browse files
solababsdummyuser
authored andcommitted
update docs
1 parent 44b957f commit d8c187b

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

docs/docs/reference/configuration.mdx

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -53,6 +53,8 @@ Here are a few common methods of setting environmental variables:
5353
| `INFRAHUB_GIT_SYNC_INTERVAL` | Time (in seconds) between git repositories synchronizations | integer | 10 |
5454
| `INFRAHUB_GIT_APPEND_GIT_SUFFIX` | Automatically append '.git' to HTTP URLs if for these domains. | array[string] | None |
5555
| `INFRAHUB_GIT_IMPORT_SYNC_BRANCH_NAMES` | Names or regex of branches to be created in infrahub during import e.g. 'infrahub/.*', 'release/.*', '^branch-'. Note: other branches created with sync with git will be imported also | array[string] | None |
56+
| `INFRAHUB_GIT_USER_NAME` | User name of the git user | None | None |
57+
| `INFRAHUB_GIT_USER_EMAIL` | Email of the git user | None | None |
5658

5759
## Dev
5860

0 commit comments

Comments
 (0)