diff options
| author | vadimartynov <166398828+vadimartynov@users.noreply.github.com> | 2024-12-05 21:39:28 +0300 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2024-12-05 10:39:28 -0800 |
| commit | 914ff0e7189390690d2681f72567c9cc5c4ddd05 (patch) | |
| tree | 5f2113191c85c5a21bf1d0b4e862f7cccd12ca9b | |
| parent | f3dde99796f88559de6552579a1c548213fdbc5b (diff) | |
| download | seaweedfs-914ff0e7189390690d2681f72567c9cc5c4ddd05.tar.xz seaweedfs-914ff0e7189390690d2681f72567c9cc5c4ddd05.zip | |
Replaced https.client.enabled with false in scaffold/security (#6320)
| -rw-r--r-- | weed/command/scaffold/security.toml | 2 |
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 = "" |
