fix default conf
This commit is contained in:
parent
cc794b560a
commit
84b497e923
4 changed files with 3 additions and 4 deletions
|
@ -7,7 +7,9 @@ log_dir: "./logs"
|
|||
log_mode: "stdout"
|
||||
log_level: info
|
||||
profiling: false
|
||||
sqlite_path: "./test.db"
|
||||
apimode: false
|
||||
plugin:
|
||||
backend: "./config/plugins/backend"
|
||||
max_records: 10000
|
||||
max_records_age: 60d
|
||||
|
|
@ -2,4 +2,3 @@ name: sqlite
|
|||
path: /usr/local/lib/crowdsec/plugins/backend/sqlite.so
|
||||
config:
|
||||
db_path: /var/lib/crowdsec/data/crowdsec.db
|
||||
flush: true
|
||||
|
|
|
@ -7,7 +7,6 @@ cscli_dir: ${CFG}/cscli
|
|||
log_mode: file
|
||||
log_level: info
|
||||
profiling: false
|
||||
sqlite_path: ${DATA}/crowdsec.db
|
||||
apimode: true
|
||||
daemon: true
|
||||
prometheus: true
|
||||
|
|
|
@ -7,7 +7,6 @@ cscli_dir: ${CFG}/cscli
|
|||
log_mode: stdout
|
||||
log_level: info
|
||||
profiling: false
|
||||
sqlite_path: ${DATA}/crowdsec.db
|
||||
apimode: false
|
||||
daemon: false
|
||||
prometheus: false
|
||||
|
|
Loading…
Add table
Reference in a new issue