add default config filer mongodb to scaffold.go
This commit is contained in:
@@ -168,6 +168,11 @@ enabled = false
|
|||||||
servers = "localhost:2379"
|
servers = "localhost:2379"
|
||||||
timeout = "3s"
|
timeout = "3s"
|
||||||
|
|
||||||
|
[mongodb]
|
||||||
|
enabled = false
|
||||||
|
uri = "mongodb://localhost:27017"
|
||||||
|
option_pool_size = 0
|
||||||
|
database = "seaweedfs"
|
||||||
`
|
`
|
||||||
|
|
||||||
NOTIFICATION_TOML_EXAMPLE = `
|
NOTIFICATION_TOML_EXAMPLE = `
|
||||||
|
|||||||
Reference in New Issue
Block a user