Zhofang commited on
Commit
05fdce1
1 Parent(s): a8ef47c

Create config.json

Browse files
Files changed (1) hide show
  1. config.json +24 -0
config.json ADDED
@@ -0,0 +1,24 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "server": {
3
+ "port": 7860,
4
+ "address": "0.0.0.0",
5
+ "domain": null,
6
+ "ssl_cert": null,
7
+ "ssl_key": null,
8
+ "enable_cors": false
9
+ },
10
+ "machine": {
11
+ "hide_boot_partition": true,
12
+ "custom_storage": false,
13
+ "storage": {
14
+ "OS": "/",
15
+ "Files": "/home",
16
+ "Logs": "/var/log"
17
+ },
18
+ "enable_storage_blacklist": false,
19
+ "storage_blacklist": []
20
+ },
21
+ "misc": {
22
+ "debug": false
23
+ }
24
+ }