Skip to content

Commit

Permalink
README file updated
Browse files Browse the repository at this point in the history
  • Loading branch information
anshulv1401 committed Jan 7, 2024
1 parent b82e8cc commit 49538ef
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions oidc-ui/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -72,12 +72,12 @@ The application runs on PORT=3000 by default.

- Build and run Docker for a service:

- Oidc-ui docker service is depends on two variables
- Oidc-ui docker service depends on two variables

1. artifactory-service URL : This url is used for fetching the language bundle.
2. sign-in plugin's zip folder complete URL: This url is used for fetching the sign-in plugin's zip folder.
1. artifactory-service URL : This url is used for fetching the language bundle in configure_start.sh file.
2. sign-in plugin's zip folder complete URL: This url is used for fetching the sign-in plugin's zip folder in configure_start.sh file.

- Update the proxy_pass of all locations with the correct URL of esignet-service in the nignx file. For example
- Update the proxy_pass of all locations with the correct URL of esignet-service in the nignx/nginx.conf file. For example
```
location /v1/esignet {
proxy_pass http://<local-ip-address>/v1/esignet;
Expand Down

0 comments on commit 49538ef

Please sign in to comment.