change database name to not conflict with latest version

This commit is contained in:
Jānis 2024-12-09 20:06:11 +02:00 committed by GitHub
parent e824087034
commit 225cd83cea
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -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",