mirror of
https://github.com/rclone/rclone.git
synced 2025-08-15 08:12:45 +02:00
docs: fix markdownlint issues md007/ul-indent md004/ul-style
This commit is contained in:
@ -3227,9 +3227,9 @@ For non backend configuration the order is as follows:
|
||||
- `RCLONE_CONFIG_PASS` set to contain your config file password (see
|
||||
[Configuration Encryption](#configuration-encryption) section)
|
||||
- `HTTP_PROXY`, `HTTPS_PROXY` and `NO_PROXY` (or the lowercase versions thereof).
|
||||
- `HTTPS_PROXY` takes precedence over `HTTP_PROXY` for https requests.
|
||||
- The environment values may be either a complete URL or a "host[:port]"
|
||||
for, in which case the "http" scheme is assumed.
|
||||
- `HTTPS_PROXY` takes precedence over `HTTP_PROXY` for https requests.
|
||||
- The environment values may be either a complete URL or a "host[:port]"
|
||||
for, in which case the "http" scheme is assumed.
|
||||
- `USER` and `LOGNAME` values are used as fallbacks for current username.
|
||||
The primary method for looking up username is OS-specific: Windows API on
|
||||
Windows, real user ID in /etc/passwd on Unix systems. In the documentation
|
||||
|
Reference in New Issue
Block a user