piker/config/conf.toml

16 lines
356 B
TOML

[network]
pikerd = [
'/ipv/127.0.0.1/tcp/6116', # TCP localhost loopback
# '/uds/run/user/1000/piker/pikerd@6116.sock', # UDS socket path using `multiaddr` lib!
]
[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