Skip to content

Commit

Permalink
docs: remove unused env variables from README
Browse files Browse the repository at this point in the history
  • Loading branch information
brucetony committed Mar 19, 2024
1 parent a0214d6 commit 3165087
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,12 +26,10 @@ The following environment variables need to be set for operation:
```bash
IDP_URL="http://localhost:8080" # e.g. Keycloak
IDP_REALM="flame" # If different realm used in keycloak else defaults to master
K8S_API_KEY="foo" # An API key for k8s is only needed if a sidecar proxy container isn't used
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=test-client # Client name of UI as defined in keycloak
API_CLIENT_SECRET=lhjYYgU5e1GQtfrs3YsTiESGpzqE8YSb # Client secret for UI
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
```

0 comments on commit 3165087

Please sign in to comment.