You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
19 lines
431 B
19 lines
431 B
# 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"
|