Files
Compose-Files/Docker/crowdsec/files/.env
T
2026-07-20 09:23:17 -04:00

8 lines
226 B
Bash

# CrowdSec enrollment and bouncer placeholders
<%- if console_enrollment_enabled %>
ENROLL_KEY=<< console_enrollment_key >>
<%- endif %>
<%- if bouncer_traefik_key %>
BOUNCER_KEY_TRAEFIK=<< bouncer_traefik_key >>
<%- endif %>