mirror of
https://github.com/seaweedfs/seaweedfs.git
synced 2024-01-19 02:48:24 +00:00
Add readOnly and routeByLatency options to scaffold.go
This commit is contained in:
parent
a0c9d9c0e7
commit
f934a85d58
|
@ -136,6 +136,8 @@ addresses = [
|
||||||
"localhost:30006",
|
"localhost:30006",
|
||||||
]
|
]
|
||||||
password = ""
|
password = ""
|
||||||
|
readOnly = true
|
||||||
|
routeByLatency = true
|
||||||
|
|
||||||
[etcd]
|
[etcd]
|
||||||
enabled = false
|
enabled = false
|
||||||
|
|
Loading…
Reference in a new issue