We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f172d62 commit 509f714Copy full SHA for 509f714
crowdsec-docs/docs/configuration/values_parameters.md
@@ -107,6 +107,21 @@ lapi:
107
secretKeyRef:
108
name: crowdsec-keys
109
key: BOUNCER_KEY_ingress
110
+ # The following piece configuration under config.config.yaml.local is merged
111
+ # alongside the current documentation
112
+ config.config.yaml.local:
113
+ # Using a database is strongly encouraged.
114
+ db_config:
115
+ type: postgresql
116
+ user: crowdsec
117
+ password: "<password>" # one can use a environment variable as well
118
+ db_name: crowdsec
119
+ host: databases-psql-rw.databases-crowdsec.svc
120
+ flush:
121
+ bouncers_autodelete:
122
+ api_key: 1h
123
+ agents_autodelete:
124
+ login_password: 1h
125
```
126
127
# Values parameters reference
0 commit comments