mirror of
https://github.com/rclone/rclone.git
synced 2024-11-08 17:44:57 +01:00
bfd7601cf9
See #317 for details. Use `rclone config` to add/change/remove password. Tests that loads the default configuration will now fail with a better error message, and add a switch that makes it possible to disable password prompts and fail instead. Make it possible to use the "RCLONE_CONFIG_PASS" environment variable as password for configuration.
13 lines
128 B
Plaintext
13 lines
128 B
Plaintext
[RCLONE_ENCRYPT_V0]
|
|
type = local
|
|
nounc = true
|
|
|
|
[nounc]
|
|
type = local
|
|
nounc = true
|
|
|
|
|
|
[unc]
|
|
type = local
|
|
nounc = false
|