diff options
| author | sb <12952877+baursn@users.noreply.github.com> | 2024-05-18 18:02:03 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2024-05-18 09:02:03 -0700 |
| commit | 3fae87632f023ee971a869f89075faf4fb94dbe4 (patch) | |
| tree | e1db6aac5fc890ec78e0478e5a6234ba20e7f585 /weed/command/scaffold | |
| parent | 8c59348d2824cfe7abfd9b1ef5dd509c2d5162b8 (diff) | |
| download | seaweedfs-3fae87632f023ee971a869f89075faf4fb94dbe4.tar.xz seaweedfs-3fae87632f023ee971a869f89075faf4fb94dbe4.zip | |
add filer configuration options for username/password and tls (#5601)
Diffstat (limited to 'weed/command/scaffold')
| -rw-r--r-- | weed/command/scaffold/filer.toml | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/weed/command/scaffold/filer.toml b/weed/command/scaffold/filer.toml index 30a9cae51..122165cd4 100644 --- a/weed/command/scaffold/filer.toml +++ b/weed/command/scaffold/filer.toml @@ -280,6 +280,12 @@ tls_client_key_file="" [mongodb] enabled = false uri = "mongodb://localhost:27017" +username = "" +password = "" +ssl = false +ssl_ca_file = "" +ssl_cert_file = "" +ssl_key_file = " option_pool_size = 0 database = "seaweedfs" |
