crowdsec/debian/templates
alteredCoder 84b6570554 Revert "Merge remote-tracking branch 'origin' into coraza_poc_acquis"
This reverts commit 7098e971c7, reversing
changes made to 13512891e4.
2023-07-04 18:46:20 +02:00

24 lines
738 B
Plaintext

Template: crowdsec/lapi
Type: boolean
Default: true
Description: Do you want to run the local API server ?
A local API is required to run crowdsec, but another installation can be used.
.
If you don't know what to do, answer yes.
Template: crowdsec/lapi_host
Type: string
Default: 127.0.0.1:8080
Description: Address of the local API server
A local API is required to run crowdsec, but another installation can be used.
.
Please add the address of the local API server
Template: crowdsec/capi
Type: boolean
Default: true
Description: Do you want to the centralized remote API server ?
To share information with other crowdsec you can register to the centralized remote API server.
.
If you don't know what to do, answer yes.