Spaces:
Running
Running
Upload config.toml
Browse files- config.toml +9 -0
config.toml
ADDED
@@ -0,0 +1,9 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
[server]
|
2 |
+
headless = true
|
3 |
+
port = 8501
|
4 |
+
enableCORS = false
|
5 |
+
enableXsrfProtection = false
|
6 |
+
maxUploadSize = 100
|
7 |
+
|
8 |
+
[browser]
|
9 |
+
serverAddress = "localhost" # or "localhost"
|