Skip to content

Commit

Permalink
Add export
Browse files Browse the repository at this point in the history
  • Loading branch information
thomasyu888 committed Jun 15, 2023
1 parent d6e5782 commit d279101
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions .env.example
Original file line number Diff line number Diff line change
Expand Up @@ -28,8 +28,8 @@
# the access token are required. Do not omit them.
#
# Examples:
# SYNAPSE_CONNECTION_URI=syn://:<access-token>@
# SYNAPSE_CONNECTION_URI=syn://:eyJ0[...]QP7g@
# export SYNAPSE_CONNECTION_URI=syn://:<access-token>@
# export SYNAPSE_CONNECTION_URI=syn://:eyJ0[...]QP7g@


# SevenBridges credentials
Expand All @@ -48,9 +48,9 @@
# the access token are required. Do not omit them.
#
# Examples:
# SEVENBRIDGES_CONNECTION_URI=sbg://:<access-token>@<api-base-endpoint>[/?project=<project-id>]
# SEVENBRIDGES_CONNECTION_URI=sbg://:f560[...][email protected]/v2
# SEVENBRIDGES_CONNECTION_URI=sbg://:f560[...][email protected]/v2/?project=bgrande/sandbox
# export SEVENBRIDGES_CONNECTION_URI=sbg://:<access-token>@<api-base-endpoint>[/?project=<project-id>]
# export SEVENBRIDGES_CONNECTION_URI=sbg://:f560[...][email protected]/v2
# export SEVENBRIDGES_CONNECTION_URI=sbg://:f560[...][email protected]/v2/?project=bgrande/sandbox


# Nextflow Tower credentials
Expand All @@ -69,6 +69,6 @@
# the access token are required. Do not omit them.
#
# Examples:
# NEXTFLOWTOWER_CONNECTION_URI=tower://:<access-token>@<api-base-endpoint>[/?workspace=<organization-name>/<workspace-name>]
# NEXTFLOWTOWER_CONNECTION_URI=tower://:eyJ0[...][email protected]
# NEXTFLOWTOWER_CONNECTION_URI=tower://:eyJ0[...]MA==@api.tower.nf/?workspace=sage-bionetworks/example-project
# export NEXTFLOWTOWER_CONNECTION_URI=tower://:<access-token>@<api-base-endpoint>[/?workspace=<organization-name>/<workspace-name>]
# export NEXTFLOWTOWER_CONNECTION_URI=tower://:eyJ0[...][email protected]
# export NEXTFLOWTOWER_CONNECTION_URI=tower://:eyJ0[...]MA==@tower.sagebionetworks.org/api/?workspace=sage-bionetworks/example-project

0 comments on commit d279101

Please sign in to comment.