8 lines
226 B
Bash
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 %>
|