Skip to content

Commit 2301d66

Browse files
BAH-2135: Updated. Base_name config for redirection
1 parent 048ec61 commit 2301d66

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@ on:
44
push:
55
branches:
66
- master
7+
- BAH-2135
78
jobs:
89
build:
910
runs-on: ubuntu-latest

package/helm/values.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,11 +20,11 @@ service:
2020

2121
config:
2222
BACKEND_BASE_URL: ""
23-
BASE_NAME: '/'
23+
BASE_NAME: '/hiuser'
2424
BACKEND_API_PATH: "/hiu-api"
2525
DICOM_SERVER_PATH: '/'
2626
VIEWER_PAGE: "/viewer/"
27-
TITLE: "NCG"
27+
TITLE: "HIU"
2828
TIMEZONE_OFFSET: "+05:30"
2929

3030

0 commit comments

Comments
 (0)