-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #25 from Sage-Bionetworks-Workflows/update-env-tem…
…plate Improve `.env.example` template
- Loading branch information
Showing
1 changed file
with
8 additions
and
8 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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 | ||
|
@@ -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 | ||
|
@@ -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 |