From ac7ec00c972394cd95127cb2a017219f100f0fb7 Mon Sep 17 00:00:00 2001 From: Alexandre Dulaunoy Date: Mon, 6 Sep 2021 16:21:34 +0200 Subject: [PATCH] chg: [config] don't flush db by default --- bin/import-poc/config.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bin/import-poc/config.json b/bin/import-poc/config.json index dfe36e2..2d2f243 100644 --- a/bin/import-poc/config.json +++ b/bin/import-poc/config.json @@ -33,6 +33,6 @@ "redis": { "hostname": "127.0.0.1", "port": 6666, - "flushdb_on_init": 1 + "flushdb_on_init": 0 } }