Skip to content

Commit

Permalink
added new example. restructuring.
Browse files Browse the repository at this point in the history
  • Loading branch information
jaymedina committed Jan 12, 2024
1 parent ab40f50 commit 0674d12
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions .env.example
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand All @@ -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

0 comments on commit 0674d12

Please sign in to comment.