-
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.
[IBCDPE-749] Clarify points in documentation (#36)
* Update README.md and .env.example
- Loading branch information
Showing
2 changed files
with
10 additions
and
5 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 |
---|---|---|
|
@@ -47,8 +47,9 @@ | |
# IMPORTANT: The ':' and '@' characters before and after | ||
# the access token are required. Do not omit them. | ||
# | ||
# Examples: | ||
# Structure: | ||
# export SEVENBRIDGES_CONNECTION_URI=sbg://:<access-token>@<api-base-endpoint>[/?project=<project-id>] | ||
# Examples: | ||
# export SEVENBRIDGES_CONNECTION_URI=sbg://:f560[...][email protected]/v2 | ||
# export SEVENBRIDGES_CONNECTION_URI=sbg://:f560[...][email protected]/v2/?project=bgrande/sandbox | ||
|
||
|
@@ -68,7 +69,9 @@ | |
# IMPORTANT: The ':' and '@' characters before and after | ||
# the access token are required. Do not omit them. | ||
# | ||
# Examples: | ||
# Structure: | ||
# export NEXTFLOWTOWER_CONNECTION_URI=tower://:<access-token>@<api-base-endpoint>[/?workspace=<organization-name>/<workspace-name>] | ||
# Examples: | ||
# export NEXTFLOWTOWER_CONNECTION_URI=tower://:eyJ0[...][email protected] | ||
# export NEXTFLOWTOWER_CONNECTION_URI=tower://:eyJ0[...][email protected]/api/?workspace=sage-bionetworks/example-project | ||
# export NEXTFLOWTOWER_CONNECTION_URI=tower://:eyJ0[...][email protected]/api/?workspace=sage-bionetworks/example-dev-project |
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