We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c1b505b commit 1e2da4aCopy full SHA for 1e2da4a
.env.example
@@ -23,3 +23,14 @@ JWT_REFRESH_SECRET_KEY='your_refresh_secret_key'
23
24
# Api key for github services
25
GITHUB_GRAPHQL_API_KEY='add_your_api_key'
26
+
27
+# Git python environments
28
+# Git python refresh required env variable. Use one of the following values:
29
+# - quiet|q|silence|s|silent|none|n|0: for no message or exception
30
+# - warn|w|warning|log|l|1: for a warning message (logging level CRITICAL, displayed by default)
31
+# - error|e|exception|raise|r|2: for a raised exception
32
+GIT_PYTHON_REFRESH='select_your option'
33
+GIT_CONFIG_SYSTEM='/dev/null'
34
+GIT_CONFIG_GLOBAL='/dev/null'
35
+GIT_LFS_SKIP_SMUDGE=1
36
+GIT_TEMPLATE_DIR=''
0 commit comments