We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f73acea commit daa5402Copy full SHA for daa5402
1 file changed
crowdsec-docs/docs/configuration/values_parameters.md
@@ -138,9 +138,12 @@ lapi:
138
139
config:
140
config.yaml.local: |
141
- # This is needed for agent autoregistration
142
api:
+ client:
143
+ # the log processor will remove delete itself from LAPI when stopping.
144
+ unregister_on_exit: true
145
server:
146
+ # This is needed for agent autoregistration
147
auto_registration: # Activate if not using TLS for authentication
148
enabled: true
149
token: "${REGISTRATION_TOKEN}" # /!\ Do not modify this variable (auto-generated and handled by the chart)
0 commit comments