From 225cd83cea3a8d20ac7e81d19503e1c33df88a5d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C4=81nis?= <97699850+janisslsm@users.noreply.github.com> Date: Mon, 9 Dec 2024 20:06:11 +0200 Subject: [PATCH] change database name to not conflict with latest version --- config.json.example | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config.json.example b/config.json.example index 6ae52747e..297923352 100644 --- a/config.json.example +++ b/config.json.example @@ -1,5 +1,5 @@ { - "mongodbUrl": "mongodb://127.0.0.1:27017/openWF", + "mongodbUrl": "mongodb://127.0.0.1:27017/openWF_2013", "logger": { "files": true, "level": "trace",