15 lines
266 B
TOML
15 lines
266 B
TOML
[server]
|
|
port = 8501
|
|
address = "0.0.0.0"
|
|
enableCORS = false
|
|
enableXsrfProtection = false
|
|
|
|
[browser]
|
|
gatherUsageStats = false
|
|
|
|
[theme]
|
|
primaryColor = "#FF4B4B"
|
|
backgroundColor = "#FFFFFF"
|
|
secondaryBackgroundColor = "#F0F2F6"
|
|
textColor = "#262730"
|
|
font = "sans serif" |