You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/docs/reference/configuration.mdx
+2Lines changed: 2 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -53,6 +53,8 @@ Here are a few common methods of setting environmental variables:
53
53
|`INFRAHUB_GIT_SYNC_INTERVAL`| Time (in seconds) between git repositories synchronizations | integer | 10 |
54
54
|`INFRAHUB_GIT_APPEND_GIT_SUFFIX`| Automatically append '.git' to HTTP URLs if for these domains. | array[string]| None |
55
55
|`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 |
0 commit comments