HongShi418 commited on
Commit
b048398
·
verified ·
1 Parent(s): c848830

Delete data/config.json

Browse files
Files changed (1) hide show
  1. data/config.json +0 -22
data/config.json DELETED
@@ -1,22 +0,0 @@
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
- }