Browse Source

add default config filer mongodb to scaffold.go

pull/1280/head
bukton 5 years ago
parent
commit
3defa718a1
  1. 5
      weed/command/scaffold.go

5
weed/command/scaffold.go

@ -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 = `

Loading…
Cancel
Save