feat: add optional CrowdSec Console enrollment configuration

This commit is contained in:
2026-07-19 22:07:10 +08:00
parent dc0de6fcc1
commit d71d95161a
+4
View File
@@ -90,6 +90,10 @@ CROWDSEC_LAPI_KEY=change-me
# Must match a bouncer key registered in CrowdSec, for example:
# cscli bouncers add traefik-bouncer --key <value>
CROWDSEC_BOUNCER_KEY=change-me
# Optional CrowdSec Console enrollment (https://app.crowdsec.net)
# CROWDSEC_ENROLL_KEY=<paste_enroll_key_from_console>
# CROWDSEC_ENROLL_INSTANCE_NAME=swarm-edge-01
# CROWDSEC_ENROLL_TAGS=swarm,traefik,production
#=====================================================================#
# LibreChat Configuration #