Skip to content

Commit

Permalink
Deploy scilog: d6a226e
Browse files Browse the repository at this point in the history
It includes changes to link help manual
  • Loading branch information
minottic committed May 16, 2023
1 parent 42ce5ac commit 923d5c5
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 1 deletion.
1 change: 1 addition & 0 deletions helm/configs/frontend/development/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ host: scilog.development.psi.ch
config: |
{
"lbBaseURL": "https://scilog.development.psi.ch/api/v1/",
"help": "https://paulscherrerinstitute.github.io/scilog/",
"oAuth2Endpoint": {
"authURL": "auth/keycloak",
"displayText": "PSI account",
Expand Down
1 change: 1 addition & 0 deletions helm/configs/frontend/production/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ host: scilog.psi.ch
config: |
{
"lbBaseURL": "https://scilog.psi.ch/api/v1/",
"help": "https://paulscherrerinstitute.github.io/scilog/",
"oAuth2Endpoint": {
"authURL": "auth/keycloak",
"displayText": "PSI account",
Expand Down
1 change: 1 addition & 0 deletions helm/configs/frontend/qa/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ host: scilog.qa.psi.ch
config: |
{
"lbBaseURL": "https://scilog.qa.psi.ch/api/v1/",
"help": "https://paulscherrerinstitute.github.io/scilog/",
"oAuth2Endpoint": {
"authURL": "auth/keycloak",
"displayText": "PSI account",
Expand Down

0 comments on commit 923d5c5

Please sign in to comment.