Replaced https.client.enabled with false in scaffold/security (#6320)

This commit is contained in:
vadimartynov 2024-12-05 21:39:28 +03:00 committed by GitHub
parent f3dde99796
commit 914ff0e718
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -98,7 +98,7 @@ key = ""
# https client for master|volume|filer|etc connection # https client for master|volume|filer|etc connection
# It is necessary that the parameters [https.volume]|[https.master]|[https.filer] are set # It is necessary that the parameters [https.volume]|[https.master]|[https.filer] are set
[https.client] [https.client]
enabled = true enabled = false
cert = "" cert = ""
key = "" key = ""
ca = "" ca = ""