RustX commited on
Commit
4f4e4a3
·
1 Parent(s): 6d5dfc8

Create config/config.toml

Browse files
Files changed (1) hide show
  1. config/config.toml +13 -0
config/config.toml ADDED
@@ -0,0 +1,13 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ [server]
2
+ headless = true
3
+ enableCORS=false
4
+ enableXsrfProtection=false
5
+ port = 7860
6
+
7
+ [theme]
8
+ base = "light"
9
+ primaryColor = "#89CFF0"
10
+ backgroundColor = "#E0F7FE"
11
+ secondaryBackgroundColor = "#FFFCE4"
12
+ textColor = "#000000"
13
+ font = "sans serif"