default to false in scaffold.go

This commit is contained in:
Chris Lu
2019-12-21 08:31:27 -08:00
parent 62b1a346ef
commit fcbd04c425
2 changed files with 2 additions and 5 deletions

View File

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