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]
|
[network]
|
||||||
tsdb.backend = 'marketstore'
|
pikerd = [
|
||||||
tsdb.host = 'localhost'
|
'/ipv4/127.0.0.1/tcp/6116', # std localhost daemon-actor tree
|
||||||
tsdb.grpc_port = 5995
|
# '/uds/6116', # TODO std uds socket file
|
||||||
|
]
|
||||||
|
|
||||||
|
|
||||||
[ui]
|
[ui]
|
||||||
# set custom font + size which will scale entire UI
|
# set custom font + size which will scale entire UI
|
||||||
|
|
Loading…
Reference in New Issue