Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

  • Username, password, session token, or API key
  • File cache location (should be private to the user)
  • Endpoints for each of the Synapse services

 

Code Block
languagepowershellbash
titleExample
firstline1
[authentication]
username = example@user.com
password = samplePassword
sessionToken = 1234567890asdfghjkl
apikey = Some+API+key+retrieved+from+either+the+web+portal+or+via+a+REST+GET+call+to+/secretKey==
 
[cache]
location = ~/.synapseCache
 
[endpoints]
repoEndpoint = https://repo-prod.prod.sagebase.org/repo/v1
authEndpoint = https://auth-prod.prod.sagebase.org/auth/v1
fileHandleEndpoint = https://file-prod.prod.sagebase.org/file/v1
portalEndpoint = https://synapse.org/
 

...