15 lines
297 B
TOML
15 lines
297 B
TOML
[network]
|
|
tsdb.backend = 'marketstore'
|
|
tsdb.host = 'localhost'
|
|
tsdb.grpc_port = 5995
|
|
|
|
[ui]
|
|
# set custom font + size which will scale entire UI~
|
|
# font_size = 16
|
|
# font_size = 32
|
|
# font_name = 'Monospaced'
|
|
|
|
# colorscheme = 'default' # UNUSED
|
|
# graphics.update_throttle = 120 # Hz #PENDING TODO
|
|
|