File: dev.yaml

package info (click to toggle)
crowdsec 1.4.6-10.1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 18,500 kB
  • sloc: sh: 2,870; makefile: 386; python: 74
file content (48 lines) | stat: -rw-r--r-- 1,192 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
common:
  daemonize: true
  pid_dir: /tmp/
  log_media: stdout
  log_level: info
  working_dir: .
config_paths:
  config_dir: ./config
  data_dir: ./data/   
  notification_dir: ./config/notifications/
  plugin_dir: ./plugins/
  #simulation_path: /etc/crowdsec/config/simulation.yaml
  #hub_dir: /etc/crowdsec/hub/
  #index_path: ./config/hub/.index.json
crowdsec_service:
  acquisition_path: ./config/acquis.yaml
  parser_routines: 1
plugin_config:
  user: $USER # plugin process would be ran on behalf of this user
  group: $USER # plugin process would be ran on behalf of this group
cscli:
  output: human
db_config:
  type: sqlite
  db_path: ./data/crowdsec.db
  user: root
  password: crowdsec
  db_name: crowdsec
  host: "172.17.0.2"
  port: 3306
  flush:
    #max_items: 10000
    #max_age: 168h
api:
  client:
    credentials_path: ./config/local_api_credentials.yaml
  server:
    #insecure_skip_verify: true
    listen_uri: 127.0.0.1:8081
    profiles_path: ./config/profiles.yaml
    tls:
      #cert_file: ./cert.pem
      #key_file: ./key.pem
    online_client: # Central API
      credentials_path: ./config/online_api_credentials.yaml
prometheus:
  enabled: true
  level: full