update gradido node default version

This commit is contained in:
einhornimmond 2026-02-25 17:10:35 +01:00
parent 3ef4c25ae8
commit 36890d7420

View File

@ -84,7 +84,7 @@ export const configSchema = v.object({
v.string('The version of the DLT node server, for example: 0.9.0'),
v.regex(/^\d+\.\d+\.\d+$/),
),
'0.9.2',
'0.9.3',
),
DLT_GRADIDO_NODE_SERVER_HOME_FOLDER: v.optional(
v.string('The home folder for the gradido dlt node server'),