Merge pull request #1280 from bukton123/filer_mongodb

Add new filer support mongodb
This commit is contained in:
Chris Lu
2020-04-19 20:35:19 -07:00
committed by GitHub
5 changed files with 274 additions and 3 deletions

View File

@@ -168,6 +168,11 @@ enabled = false
servers = "localhost:2379"
timeout = "3s"
[mongodb]
enabled = false
uri = "mongodb://localhost:27017"
option_pool_size = 0
database = "seaweedfs"
`
NOTIFICATION_TOML_EXAMPLE = `