diff options
| author | sb <12952877+baursn@users.noreply.github.com> | 2024-05-18 21:19:10 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2024-05-18 12:19:10 -0700 |
| commit | a3a00d94995e25af807a0f7d27531e1f26ae007a (patch) | |
| tree | d2bf3c5bc45dd7abb7efab9478e8ac3b5d44029d /weed/command/scaffold | |
| parent | 3fae87632f023ee971a869f89075faf4fb94dbe4 (diff) | |
| download | seaweedfs-a3a00d94995e25af807a0f7d27531e1f26ae007a.tar.xz seaweedfs-a3a00d94995e25af807a0f7d27531e1f26ae007a.zip | |
Feature/mongodb security (#5602)
Diffstat (limited to 'weed/command/scaffold')
| -rw-r--r-- | weed/command/scaffold/filer.toml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/weed/command/scaffold/filer.toml b/weed/command/scaffold/filer.toml index 122165cd4..574125207 100644 --- a/weed/command/scaffold/filer.toml +++ b/weed/command/scaffold/filer.toml @@ -286,6 +286,7 @@ ssl = false ssl_ca_file = "" ssl_cert_file = "" ssl_key_file = " +insecure_skip_verify = false option_pool_size = 0 database = "seaweedfs" |
