docs: release 1.3.19 and document the environment variables
- Close the Unreleased section as 1.3.19, summarising it by what changed for the user rather than by what each commit touched. - Add the environment variables the settings module reads, which the README did not mention.
This commit is contained in:
@@ -40,6 +40,15 @@ pip install -e ".[dev]"
|
||||
uv sync
|
||||
```
|
||||
|
||||
## Configuration
|
||||
|
||||
The following environment variables can be set, either in the shell or via a `.env` file placed in the working directory.
|
||||
|
||||
| Variable | Default | Description |
|
||||
|---|---|---|
|
||||
| `MDRS_CLIENT_CONFIG_DIRNAME` | `~/.mdrs-client` | Directory where config and login cache files are stored |
|
||||
| `MDRS_CLIENT_CONCURRENT` | `10` | Number of concurrent file transfers for upload and download |
|
||||
|
||||
## CLI Usage
|
||||
|
||||
### config create
|
||||
|
||||
Reference in New Issue
Block a user