aboutsummaryrefslogtreecommitdiff
path: root/weed
diff options
context:
space:
mode:
authorvadimartynov <166398828+vadimartynov@users.noreply.github.com>2024-12-05 21:39:28 +0300
committerGitHub <noreply@github.com>2024-12-05 10:39:28 -0800
commit914ff0e7189390690d2681f72567c9cc5c4ddd05 (patch)
tree5f2113191c85c5a21bf1d0b4e862f7cccd12ca9b /weed
parentf3dde99796f88559de6552579a1c548213fdbc5b (diff)
downloadseaweedfs-914ff0e7189390690d2681f72567c9cc5c4ddd05.tar.xz
seaweedfs-914ff0e7189390690d2681f72567c9cc5c4ddd05.zip
Replaced https.client.enabled with false in scaffold/security (#6320)
Diffstat (limited to 'weed')
-rw-r--r--weed/command/scaffold/security.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/weed/command/scaffold/security.toml b/weed/command/scaffold/security.toml
index 8c1b51ac3..333eb80e1 100644
--- a/weed/command/scaffold/security.toml
+++ b/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 = ""