Skip to content

Commit a8d632a

Browse files
committed
Address PR comments
1 parent dae08fa commit a8d632a

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

docs/tutorials/configuration.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ The Synapse Python client can be configured either programmatically or by using
44

55
**The default configuration file does not need to be modified for most use-cases**.
66

7-
When installing the Synapse Python client, the `.synapseConfig` file is added to your home directory. This file stores configuration options including your Synapse auth token, cache location, multi-threading settings, and storage credentials.
7+
When installing the Synapse Python client, the `.synapseConfig` file is added to your home directory if it doesn't exist already. This file stores configuration options including your Synapse auth token, cache location, multi-threading settings, and storage credentials.
88

99
A full annotated example `.synapseConfig` can be found in the [GitHub repository](https://github.com/Sage-Bionetworks/synapsePythonClient/blob/develop/synapseclient/.synapseConfig).
1010

@@ -76,6 +76,8 @@ Override the default Synapse production service endpoints. Useful for testing ag
7676
| `fileHandleEndpoint` | Synapse file service endpoint. |
7777
| `portalEndpoint` | Synapse web portal URL. |
7878

79+
Note: The following are the default endpoints.
80+
7981
```ini
8082
[endpoints]
8183
repoEndpoint = https://repo-prod.prod.sagebase.org/repo/v1

0 commit comments

Comments
 (0)