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

     1  common:
     2    daemonize: true
     3    log_media: stdout
     4    log_level: info
     5  config_paths:
     6    config_dir: ./config
     7    data_dir: ./data/   
     8    notification_dir: ./config/notifications/
     9    plugin_dir: ./plugins/
    10    #simulation_path: /etc/crowdsec/config/simulation.yaml
    11    #hub_dir: /etc/crowdsec/hub/
    12    #index_path: ./config/hub/.index.json
    13  crowdsec_service:
    14    acquisition_path: ./config/acquis.yaml
    15    parser_routines: 1
    16  plugin_config:
    17    user: $USER # plugin process would be ran on behalf of this user
    18    group: $USER # plugin process would be ran on behalf of this group
    19  cscli:
    20    output: human
    21  db_config:
    22    type: sqlite
    23    db_path: ./data/crowdsec.db
    24    user: root
    25    password: crowdsec
    26    db_name: crowdsec
    27    host: "172.17.0.2"
    28    port: 3306
    29    flush:
    30      #max_items: 10000
    31      #max_age: 168h
    32  api:
    33    client:
    34      credentials_path: ./config/local_api_credentials.yaml
    35    server:
    36      console_path: ./config/console.yaml
    37      #insecure_skip_verify: true
    38      listen_uri: 127.0.0.1:8081
    39      profiles_path: ./config/profiles.yaml
    40      tls:
    41        #cert_file: ./cert.pem
    42        #key_file: ./key.pem
    43      online_client: # Central API
    44        credentials_path: ./config/online_api_credentials.yaml
    45  prometheus:
    46    enabled: true
    47    level: full