Navya-Sree commited on
Commit
d872048
·
verified ·
1 Parent(s): 7e963c0

Create .stream?config.toml

Browse files
Files changed (1) hide show
  1. .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