Wow, update root `conf.toml` to new multiaddr style
I don't know how this wasn't already committed but.. drops the legacy `marketstore` tsdb socket info vars since we're going all in on `nativedb` BPhow_to_show_ur_pp
parent
f2ae3b0e2e
commit
513ced6a70
|
@ -1,7 +1,9 @@
|
|||
[network]
|
||||
tsdb.backend = 'marketstore'
|
||||
tsdb.host = 'localhost'
|
||||
tsdb.grpc_port = 5995
|
||||
pikerd = [
|
||||
'/ipv4/127.0.0.1/tcp/6116', # std localhost daemon-actor tree
|
||||
# '/uds/6116', # TODO std uds socket file
|
||||
]
|
||||
|
||||
|
||||
[ui]
|
||||
# set custom font + size which will scale entire UI
|
||||
|
|
Loading…
Reference in New Issue