Browse Source

Add readOnly and routeByLatency options to scaffold.go

pull/1165/head
Dakota Sullivan 5 years ago
parent
commit
f934a85d58
No known key found for this signature in database GPG Key ID: 229C619FF594AE57
  1. 2
      weed/command/scaffold.go

2
weed/command/scaffold.go

@ -136,6 +136,8 @@ addresses = [
"localhost:30006",
]
password = ""
readOnly = true
routeByLatency = true
[etcd]
enabled = false

Loading…
Cancel
Save