HongShi418 commited on
Commit
ade1757
·
verified ·
1 Parent(s): 781bd20

Create data/config.json

Browse files
Files changed (1) hide show
  1. data/config.json +22 -0
data/config.json ADDED
@@ -0,0 +1,22 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "force": false,
3
+ "address": "0.0.0.0",
4
+ "port": 7860,
5
+ "scheme": {
6
+ "https": false,
7
+ "cert_file": "",
8
+ "key_file": ""
9
+ },
10
+ "cache": {
11
+ "expiration": 60,
12
+ "cleanup_interval": 120
13
+ },
14
+ "database": {
15
+ "type": "sqlite",
16
+ "host": "",
17
+ "port": 0,
18
+ "user": "",
19
+ "password": "",
20
+ "name": "./data/data.db"
21
+ }
22
+ }