Skip to content

Commit

Permalink
Fixed Globus endpoint root paths in deployment config.
Browse files Browse the repository at this point in the history
  • Loading branch information
jeff-cohere committed Nov 18, 2024
1 parent bef3385 commit ec4c228
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions deployment/dts.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -61,15 +61,15 @@ endpoints:
name: NMDC (NERSC)
id: ${NMDC_NERSC_ENDPOINT_ID}
provider: globus
root: /global/cfs/cdirs/m3408/results
root: /
auth:
client_id: ${GLOBUS_CLIENT_ID}
client_secret: ${GLOBUS_CLIENT_SECRET}
globus-nmdc-emsl:
name: NMDC (EMSL)
id: ${NMDC_EMSL_ENDPOINT_ID}
provider: globus
root: / # FIXME: not likely!
root: /
auth:
client_id: ${GLOBUS_CLIENT_ID}
client_secret: ${GLOBUS_CLIENT_SECRET}
Expand Down

0 comments on commit ec4c228

Please sign in to comment.