mirror of
https://github.com/chrislusf/seaweedfs
synced 2025-09-09 21:02:46 +02:00
19 lines
431 B
TOML
19 lines
431 B
TOML
# FoundationDB Filer Configuration
|
|
|
|
[foundationdb]
|
|
enabled = true
|
|
cluster_file = "/var/fdb/config/fdb.cluster"
|
|
api_version = 720
|
|
timeout = "5s"
|
|
max_retry_delay = "1s"
|
|
directory_prefix = "seaweedfs"
|
|
|
|
# For testing different configurations
|
|
[foundationdb.test]
|
|
enabled = false
|
|
cluster_file = "/var/fdb/config/fdb.cluster"
|
|
api_version = 720
|
|
timeout = "10s"
|
|
max_retry_delay = "2s"
|
|
directory_prefix = "seaweedfs_test"
|
|
location = "/test"
|