From 137b4c7f5de085f63ad55ad1d83b44a9f24a74b6 Mon Sep 17 00:00:00 2001 From: aldbr Date: Fri, 6 Oct 2023 16:38:42 +0200 Subject: [PATCH] fix: diracx-url for nextjs --- demo/values.tpl.yaml | 2 +- diracx/templates/NOTES.txt | 4 ++++ 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/demo/values.tpl.yaml b/demo/values.tpl.yaml index 03ccbf4..5b6f83a 100644 --- a/demo/values.tpl.yaml +++ b/demo/values.tpl.yaml @@ -17,7 +17,7 @@ diracx: diracxWeb: settings: REDIRECT_URI: http://localhost:8000/dashboard/#authentication-callback - NEXT_PUBLIC_DIRACX_URL: http://{{ hostname }}:8000/api + NEXT_PUBLIC_DIRACX_URL: http://{{ hostname }}:8000 minio: environment: diff --git a/diracx/templates/NOTES.txt b/diracx/templates/NOTES.txt index 26c19a1..8313250 100644 --- a/diracx/templates/NOTES.txt +++ b/diracx/templates/NOTES.txt @@ -15,6 +15,10 @@ Then see the chart README for more information on how to use kubectl/helm. export DIRACX_URL={{ .Values.developer.urls.diracx }} +ℹ️ To access the web application visit: + + {{ .Values.developer.urls.diracx }} + ℹ️ To access the interactive API documentation visit: {{ .Values.developer.urls.diracx }}/docs