From daaae625875a163ef91025ad89a32d5ea5594398 Mon Sep 17 00:00:00 2001 From: lroell Date: Tue, 12 Oct 2021 14:39:02 +0200 Subject: [PATCH] changed semcust frontend url like in trialytix to prevent redirection errors --- dev/semcust/deployment.yaml | 2 +- qa/semcust/deployment.yaml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/dev/semcust/deployment.yaml b/dev/semcust/deployment.yaml index 6a4ddf3..8d89c01 100644 --- a/dev/semcust/deployment.yaml +++ b/dev/semcust/deployment.yaml @@ -79,7 +79,7 @@ data: DJANGO_DB_HOST: "postgres-lb" DJANGO_DB_PORT: "5432" ALLOWED_HOSTS: '["*"]' - FRONTEND_URL: "semcust-dev.k3s.semapp.lan" + FRONTEND_URL: "http://semcust-dev.k3s.semapp.lan" API_URL: "http://semcust-dev.k3s.semapp.lan/" DEFAULT_FILE_STORAGE: "minio_storage.storage.MinioMediaStorage" MINIO_STORAGE_ENDPOINT: "minio-api-dev.k3s.semapp.lan" diff --git a/qa/semcust/deployment.yaml b/qa/semcust/deployment.yaml index e4a9c34..f42452c 100644 --- a/qa/semcust/deployment.yaml +++ b/qa/semcust/deployment.yaml @@ -79,7 +79,7 @@ data: DJANGO_DB_HOST: "dbpg11.semapp.lan" DJANGO_DB_PORT: "5432" ALLOWED_HOSTS: '["*"]' - FRONTEND_URL: "semcust-qa.k3s.semapp.lan" + FRONTEND_URL: "http://semcust-qa.k3s.semapp.lan" API_URL: "http://semcust-qa.k3s.semapp.lan/" DEFAULT_FILE_STORAGE: "minio_storage.storage.MinioMediaStorage" MINIO_STORAGE_ENDPOINT: "minio-api-dev.k3s.semapp.lan"