From b0c547f1982a7b2afd7ba32bcd38bcfcb1a1d186 Mon Sep 17 00:00:00 2001 From: kukukk Date: Thu, 5 Jan 2023 10:27:59 +0200 Subject: [PATCH] fix(config): Fix default oibus.json not created on first start --- src/config/default-config.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/config/default-config.json b/src/config/default-config.json index 6e49b7fc4b..a749957a64 100644 --- a/src/config/default-config.json +++ b/src/config/default-config.json @@ -3,7 +3,7 @@ "name": "OIBus", "port": 2223, "user": "admin", - "password": "", + "password": "{{notEncrypted}}pass", "filter": ["127.0.0.1", "::1", "::ffff:127.0.0.1"], "safeMode": true, "logParameters": { @@ -77,5 +77,5 @@ }, "south": [], "north": [], - "schemaVersion": 28 + "schemaVersion": 31 }