Browse Source
Add readOnly and routeByLatency options to scaffold.go
pull/1165/head
Dakota Sullivan
5 years ago
No known key found for this signature in database
GPG Key ID: 229C619FF594AE57
1 changed files with
2 additions and
0 deletions
-
weed/command/scaffold.go
|
|
@ -136,6 +136,8 @@ addresses = [ |
|
|
|
"localhost:30006", |
|
|
|
] |
|
|
|
password = "" |
|
|
|
readOnly = true |
|
|
|
routeByLatency = true |
|
|
|
|
|
|
|
[etcd] |
|
|
|
enabled = false |
|
|
|