Skip to content

Commit

Permalink
docs: update REAMDE with env variables build_image
Browse files Browse the repository at this point in the history
  • Loading branch information
brucetony committed Mar 25, 2024
1 parent 19ca7c4 commit a813b3f
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -28,8 +28,9 @@ IDP_URL="http://localhost:8080" # e.g. Keycloak
IDP_REALM="flame" # If different realm used in keycloak else defaults to master
PODORC_SERVICE_URL="http://localhost:18080" # URL to Pod Orchestration service
RESULTS_SERVICE_URL="http://localhost:8000" # URL to the Results service
HUB_SERVICE_URL="http://localhost:8888" # URL to the Hub API
API_CLIENT_ID=api-client # Client name of this API as defined in keycloak
HUB_AUTH_SERVICE_URL="https://auth.privateaim.net"
HUB_SERVICE_URL="https://api.privateaim.net"
HUB_USERNAME=hubusername # Need to get credentials from myself or hub team
HUB_PASSWORD=hubpassword # These will be removed later once users are registered in both node and hub IDP
API_CLIENT_ID=api-client # Client name of this API as defined in keycloak
```

0 comments on commit a813b3f

Please sign in to comment.