Spaces:
Sleeping
Sleeping
Create .stream?config.toml
Browse files- .stream?config.toml +14 -0
.stream?config.toml
ADDED
|
@@ -0,0 +1,14 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
[theme]
|
| 2 |
+
primaryColor = "#007bff"
|
| 3 |
+
backgroundColor = "#1e1e1e"
|
| 4 |
+
secondaryBackgroundColor = "#2d2d2d"
|
| 5 |
+
textColor = "#ffffff"
|
| 6 |
+
font = "sans serif"
|
| 7 |
+
|
| 8 |
+
[server]
|
| 9 |
+
maxUploadSize = 200
|
| 10 |
+
enableCORS = false
|
| 11 |
+
enableXsrfProtection = false
|
| 12 |
+
|
| 13 |
+
[browser]
|
| 14 |
+
gatherUsageStats = false
|