Skip to content

Commit

Permalink
fix: diracx-url for nextjs
Browse files Browse the repository at this point in the history
  • Loading branch information
aldbr authored and chrisburr committed Oct 8, 2023
1 parent e2ed785 commit 137b4c7
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
2 changes: 1 addition & 1 deletion demo/values.tpl.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down
4 changes: 4 additions & 0 deletions diracx/templates/NOTES.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 137b4c7

Please sign in to comment.