Files
esta-python-template/template/.env.example.jinja
2025-10-11 17:03:02 +02:00

8 lines
232 B
Django/Jinja

# 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 %}