initial commit
This commit is contained in:
7
template/.env.example.jinja
Normal file
7
template/.env.example.jinja
Normal file
@@ -0,0 +1,7 @@
|
||||
# Example environment variable that controls the logging level of the application
|
||||
LOG_LEVEL="INFO"
|
||||
{%- if use_ggshield %}
|
||||
# Template for GGShield
|
||||
GITGUARDIAN_API_KEY=""
|
||||
GITGUARDIAN_INSTANCE="https://gitguardian.sbb.ch"
|
||||
{%- endif %}
|
||||
Reference in New Issue
Block a user