Skip to content

Commit

Permalink
add mongo envs
Browse files Browse the repository at this point in the history
  • Loading branch information
devincowan committed Jan 8, 2024
1 parent 01ea059 commit c012209
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions app/env.template
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,9 @@ ARGO_BEARER_TOKEN=Bearer v2:eyJhbGciOi... ARGO_TOKEN value from https://workflow
MONGO_URL=mongodb://root:password@mongodb
MONGO_DATABASE=subsetter

HYDROSHARE_MONGO_URL=empty
HYDROSHARE_MONGO_DATABASE=empty

OAUTH2_CLIENT_ID=subsetter
OAUTH2_CLIENT_SECRET=<Get From Keycloak>

Expand Down

0 comments on commit c012209

Please sign in to comment.