github.com/crowdsecurity/crowdsec@v1.6.1/config/user.yaml (about)

     1  common:
     2    daemonize: false
     3    log_media: stdout
     4    log_level: info
     5    log_dir: /var/log/
     6  config_paths:
     7    config_dir: /etc/crowdsec/
     8    data_dir: /var/lib/crowdsec/data
     9    #simulation_path: /etc/crowdsec/config/simulation.yaml
    10    #hub_dir: /etc/crowdsec/hub/
    11    #index_path: ./config/hub/.index.json
    12  crowdsec_service:
    13    #acquisition_path: ./config/acquis.yaml
    14    parser_routines: 1
    15  cscli:
    16    output: human
    17  db_config:
    18    type: sqlite
    19    db_path: /var/lib/crowdsec/data/crowdsec.db
    20    user: crowdsec
    21    #log_level: info
    22    password: crowdsec
    23    db_name: crowdsec
    24    host: "127.0.0.1"
    25    port: 3306
    26  api:
    27    client:
    28      insecure_skip_verify: false # default true
    29      credentials_path: /etc/crowdsec/local_api_credentials.yaml
    30    server:
    31      #log_level: info
    32      listen_uri: 127.0.0.1:8080
    33      profiles_path: /etc/crowdsec/profiles.yaml
    34      online_client: # Central API
    35        credentials_path: /etc/crowdsec/online_api_credentials.yaml
    36  prometheus:
    37    enabled: true
    38    level: full