Skip to content

Commit

Permalink
fix(config): Fix default oibus.json not created on first start
Browse files Browse the repository at this point in the history
  • Loading branch information
kukukk authored and burgerni10 committed Jan 19, 2023
1 parent 24bd6ed commit b0c547f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/config/default-config.json
Original file line number Diff line number Diff line change
Expand Up @@ -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": {
Expand Down Expand Up @@ -77,5 +77,5 @@
},
"south": [],
"north": [],
"schemaVersion": 28
"schemaVersion": 31
}

0 comments on commit b0c547f

Please sign in to comment.