commit 35f54ceae12469353bdabb726965997c5ce743fd parent cf92382c1d8b5de259d42713ba5076a177d898a6 Author: Andreas Gruhler <andreas.gruhler@adfinis.com> Date: Sun, 21 Jul 2024 14:28:05 +0200 feat: move 0x0 kv Diffstat:
M | hcl/default/0x0/templates/config.py.tmpl | | | 2 | +- |
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/hcl/default/0x0/templates/config.py.tmpl b/hcl/default/0x0/templates/config.py.tmpl @@ -18,4 +18,4 @@ FHOST_USE_X_ACCEL_REDIRECT = False # Generate the external url with url_for (returned to the user) # https://flask.palletsprojects.com/en/latest/config/#SERVER_NAME -SERVER_NAME = "{{ key "0x0/host" }}" +SERVER_NAME = "{{ with nomadVar "nomad/jobs/0x0" }}{{ .host }}{{ end }}"