diff options
Diffstat (limited to 'weed/command/scaffold')
| -rw-r--r-- | weed/command/scaffold/filer.toml | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/weed/command/scaffold/filer.toml b/weed/command/scaffold/filer.toml index a85f4c257..ca6b99f38 100644 --- a/weed/command/scaffold/filer.toml +++ b/weed/command/scaffold/filer.toml @@ -337,3 +337,10 @@ cert_path="" key_path="" # The name list used to verify the cn name verify_cn="" + +[tarantool] +address = "localhost:3301" +user = "guest" +password = "" +timeout = "5s" +maxReconnects = 1000 |
