mirror of
https://github.com/Sygil-Dev/sygil-webui.git
synced 2024-12-14 22:13:41 +03:00
49 lines
796 B
TOML
49 lines
796 B
TOML
[global]
|
|
disableWatchdogWarning = false
|
|
showWarningOnDirectExecution = true
|
|
dataFrameSerialization = "arrow"
|
|
|
|
[logger]
|
|
level = "info"
|
|
messageFormat = "%(asctime)s %(message)s"
|
|
|
|
[client]
|
|
caching = true
|
|
displayEnabled = true
|
|
showErrorDetails = true
|
|
|
|
[runner]
|
|
magicEnabled = true
|
|
installTracer = false
|
|
fixMatplotlib = true
|
|
postScriptGC = true
|
|
fastReruns = false
|
|
|
|
[server]
|
|
folderWatchBlacklist = []
|
|
fileWatcherType = "auto"
|
|
cookieSecret = ""
|
|
headless = false
|
|
runOnSave = false
|
|
port = 8501
|
|
baseUrlPath = ""
|
|
enableCORS = true
|
|
enableXsrfProtection = true
|
|
maxUploadSize = 200
|
|
maxMessageSize = 200
|
|
enableWebsocketCompression = false
|
|
|
|
[browser]
|
|
gatherUsageStats = false
|
|
serverPort = 8501
|
|
|
|
[mapbox]
|
|
token = ""
|
|
|
|
[deprecation]
|
|
showfileUploaderEncoding = true
|
|
showPyplotGlobalUse = true
|
|
|
|
[theme]
|
|
base = "dark"
|