Skip to content

Commit

Permalink
enhancements nih tag access
Browse files Browse the repository at this point in the history
  • Loading branch information
trevlenb2 committed Jun 10, 2024
1 parent 5031035 commit 97abe13
Show file tree
Hide file tree
Showing 3 changed files with 11,289 additions and 11,537 deletions.
6 changes: 2 additions & 4 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -4,10 +4,8 @@ WORKDIR /usr/local/app
ADD . .
RUN chmod +x deploy.sh

RUN yarn global add serve
#
#RUN yarn && \
# yarn global add serve
RUN yarn && \
yarn global add serve

EXPOSE 3000

Expand Down
9 changes: 5 additions & 4 deletions public/keycloak.json
Original file line number Diff line number Diff line change
@@ -1,10 +1,11 @@
{
"realm": "reveal",
"auth-server-url-mali": "https://sso-ef-mali-uat.akros.online/auth/",
"auth-server-url-local": "https://sso-ef-ke-uat.akros.online/auth/",
"auth-server-url": "https://sso-my-local.akros.online/auth/",
"auth-server-url-nih": "https://sso-nih-uat.akros.digital/auth/",
"auth-server-url-demo": "https://sso-demo.akros.digital/auth/",
"auth-server-url": "https://sso-my-local.akros.digital/auth/",
"auth-server-url-mali": "https://sso-ef-mali.akros.digital/auth/",
"ssl-required": "external",
"resource": "reveal-web",
"public-client": true,
"confidential-port": 0
}
}
Loading

0 comments on commit 97abe13

Please sign in to comment.