summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--client/shared/etc/engine.cfg5
-rw-r--r--client/shared/etc/engine.json10
2 files changed, 15 insertions, 0 deletions
diff --git a/client/shared/etc/engine.cfg b/client/shared/etc/engine.cfg
index 279acd50..3af53909 100644
--- a/client/shared/etc/engine.cfg
+++ b/client/shared/etc/engine.cfg
@@ -54,3 +54,8 @@ NODEBUGFUNCTIONS="ogCreateImageSyntax ogGetHivePath ogGetOsType ogRestoreImageSy
# "1000Mb/s", Gigabit Ethernet.
DEFAULTSPEED=""
+# Zona horaria del servidor OpenGnsys.
+TZ="Europe/Madrid"
+
+# Git: subdirectorio para las imágenes realizadas con git
+GITDIR="git"
diff --git a/client/shared/etc/engine.json b/client/shared/etc/engine.json
index 7d9e75fb..f2f9f566 100644
--- a/client/shared/etc/engine.json
+++ b/client/shared/etc/engine.json
@@ -104,6 +104,16 @@
"description": "default communication speed (blank, do not use; 100Mb/s; 1000Mb/s)",
"name": "DEFAULTSPEED",
"value": ""
+ },
+ {
+ "description": "OpenGnsys server timezone",
+ "name": "TZ",
+ "value": "Europe/Madrid"
+ },
+ {
+ "description": "subdirectory git-synced images.",
+ "name": "GITDIR",
+ "value": "git"
}
],
"errors": [