chg: [config] don't flush db by default

This commit is contained in:
Alexandre Dulaunoy 2021-09-06 16:21:34 +02:00
parent aa58ad8152
commit ac7ec00c97
Signed by: adulau
GPG key ID: 09E2CD4944E6CBCD

View file

@ -33,6 +33,6 @@
"redis": { "redis": {
"hostname": "127.0.0.1", "hostname": "127.0.0.1",
"port": 6666, "port": 6666,
"flushdb_on_init": 1 "flushdb_on_init": 0
} }
} }