diff options
author | Irina Gómez <irinagomez@us.es> | 2021-07-04 09:35:36 +0200 |
---|---|---|
committer | Irina Gómez <irinagomez@us.es> | 2021-07-04 09:35:36 +0200 |
commit | d2198a8ce601e0dacf1cc33b95e18bb80e8eff72 (patch) | |
tree | f8ed2b4ba958ffa2a115a5fde6d34b910f82d4f6 | |
parent | 4e21f5b7865c6a254c573624f7a1435b5cae2f92 (diff) |
#918 Environment variables for git-synced images.
-rw-r--r-- | client/shared/etc/engine.cfg | 5 | ||||
-rw-r--r-- | client/shared/etc/engine.json | 10 |
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": [ |