mirror of
https://github.com/Sygil-Dev/sygil-webui.git
synced 2024-12-15 06:21:34 +03:00
Removed streamlit config from the repo file as its now possible to edit this from the UI as well as the UI config file and it should be something custom for each installation and not decided by us.
This commit is contained in:
parent
3b4b435768
commit
632b244337
@ -1,48 +0,0 @@
|
||||
[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]
|
||||
serverAddress = "localhost"
|
||||
gatherUsageStats = false
|
||||
serverPort = 8501
|
||||
|
||||
[mapbox]
|
||||
token = ""
|
||||
|
||||
[deprecation]
|
||||
showfileUploaderEncoding = true
|
||||
showPyplotGlobalUse = true
|
||||
|
||||
[theme]
|
Loading…
Reference in New Issue
Block a user