23 lines
319 B
TOML
23 lines
319 B
TOML
|
|
[server]
|
||
|
|
port = 8501
|
||
|
|
address = "0.0.0.0"
|
||
|
|
|
||
|
|
[browser]
|
||
|
|
gatherUsageStats = false
|
||
|
|
|
||
|
|
[logger]
|
||
|
|
level = "info"
|
||
|
|
|
||
|
|
[client]
|
||
|
|
toolbarMode = "viewer"
|
||
|
|
showSidebarNavigation = false
|
||
|
|
|
||
|
|
[theme]
|
||
|
|
base="light"
|
||
|
|
backgroundColor = "#eee"
|
||
|
|
secondaryBackgroundColor = "#fff"
|
||
|
|
primaryColor = "black"
|
||
|
|
baseRadius = "none"
|
||
|
|
|
||
|
|
[runner]
|
||
|
|
magicEnabled = false
|