2023-05-17 14:58:12 +00:00
|
|
|
[network]
|
2025-10-03 00:07:23 +00:00
|
|
|
pikerd = [
|
2026-04-14 16:20:57 +00:00
|
|
|
# TCP localhost loopback
|
|
|
|
|
'/ip4/127.0.0.1/tcp/6116',
|
2026-04-13 17:40:40 +00:00
|
|
|
|
2026-04-14 16:20:57 +00:00
|
|
|
# same but UDS
|
|
|
|
|
'/unix/run/user/1000/piker/pikerd.sock',
|
2025-10-03 00:07:23 +00:00
|
|
|
]
|
2026-04-14 16:20:57 +00:00
|
|
|
chart = [
|
|
|
|
|
'/ip4/127.0.0.1/tcp/3003',
|
|
|
|
|
'/unix/run/user/1000/piker/chart.sock',
|
|
|
|
|
]
|
|
|
|
|
# the service-actor registry endpoint;
|
|
|
|
|
# other pikerd trees contact this to discover
|
|
|
|
|
# actors.
|
|
|
|
|
# XXX if absent, pikerd binds the registry
|
|
|
|
|
# on its own tpt_bind_addrs.
|
|
|
|
|
# regd = ['/ip4/127.0.0.1/tcp/6116']
|
|
|
|
|
|
|
|
|
|
# chart = [
|
|
|
|
|
# '/ip4/127.0.0.1/tcp/3333',
|
|
|
|
|
# '/unix/run/user/1000/piker/chart@3333.sock',
|
|
|
|
|
# ]
|
2025-10-03 00:07:23 +00:00
|
|
|
|
2023-06-19 19:13:01 +00:00
|
|
|
|
|
|
|
|
[ui]
|
|
|
|
|
# set custom font + size which will scale entire UI
|
|
|
|
|
# font_size = 16
|
|
|
|
|
# font_name = 'Monospaced'
|
|
|
|
|
|
|
|
|
|
# colorscheme = 'default' # UNUSED
|
|
|
|
|
# graphics.update_throttle = 60 # Hz # TODO
|