github.com/crowdsecurity/crowdsec@v1.6.1/debian/templates (about)

     1  Template: crowdsec/lapi
     2  Type: boolean
     3  Default: true
     4  Description: Do you want to run the local API server ?
     5   A local API is required to run crowdsec, but another installation can be used. 
     6   .
     7   If you don't know what to do, answer yes.
     8  
     9  Template: crowdsec/lapi_host
    10  Type: string
    11  Default: 127.0.0.1:8080
    12  Description: Address of the local API server
    13   A local API is required to run crowdsec, but another installation can be used. 
    14   .
    15   Please add the address of the local API server
    16  
    17  Template: crowdsec/capi
    18  Type: boolean
    19  Default: true
    20  Description: Do you want to use the centralized remote API server ?
    21   To share information with other crowdsec you can register to the centralized remote API server.
    22   .
    23   If you don't know what to do, answer yes.