nomad

HCL and Docker files for Nomad deployments
git clone https://git.in0rdr.ch/nomad.git
Log | Files | Refs | Pull requests |Archive

commit 871bf0d6e69cf4dfe1f8c56fce149739ff321263
parent 0131e5601be8d1c613a4b63f3f2ee9e9b72757a5
Author: Andreas Gruhler <andreas.gruhler@adfinis.com>
Date:   Sun, 20 Oct 2024 10:40:39 +0200

fix: remove vite vars from backend env

Diffstat:
Mhcl/default/myheats-demo/templates/backend-env.local.tmpl | 4----
1 file changed, 0 insertions(+), 4 deletions(-)

diff --git a/hcl/default/myheats-demo/templates/backend-env.local.tmpl b/hcl/default/myheats-demo/templates/backend-env.local.tmpl @@ -2,10 +2,6 @@ VITE_API_URI=http://{{ env "NOMAD_IP_api_http" }} # Backend API port VITE_API_PORT={{ env "NOMAD_PORT_api_http" }} -# Full URI to backend websocket API -VITE_WS_URI=wss://{{ env "NOMAD_IP_api_http" }} -# Backend API websocket port -VITE_WS_PORT={{ env "NOMAD_PORT_api_http" }} API_REDIRECT_URI=https://myheats-demo.p0c.ch/authverify # Backend API CORS allowed origins