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` BP
how_to_show_ur_pp
Tyler Goodlet 2025-10-02 20:07:23 -04:00
parent f2ae3b0e2e
commit 513ced6a70
1 changed files with 5 additions and 3 deletions

View File

@ -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