Browse Source
Replaced https.client.enabled with false in scaffold/security (#6320)
pull/6325/head
vadimartynov
2 weeks ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with
1 additions and
1 deletions
-
weed/command/scaffold/security.toml
|
|
@ -98,7 +98,7 @@ key = "" |
|
|
|
# https client for master|volume|filer|etc connection |
|
|
|
# It is necessary that the parameters [https.volume]|[https.master]|[https.filer] are set |
|
|
|
[https.client] |
|
|
|
enabled = true |
|
|
|
enabled = false |
|
|
|
cert = "" |
|
|
|
key = "" |
|
|
|
ca = "" |
|
|
|