Skip to content

Commit 1e2da4a

Browse files
committed
chore: Updated env template
1 parent c1b505b commit 1e2da4a

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed

.env.example

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,3 +23,14 @@ JWT_REFRESH_SECRET_KEY='your_refresh_secret_key'
2323

2424
# Api key for github services
2525
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

Comments
 (0)