-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathconfig_gen.json
62 lines (62 loc) · 1.16 KB
/
config_gen.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
{
"environments": {
"CONSUL_HTTP_TOKEN": "",
"GIN_MODE": "release"
},
"remote": null,
"log": {
"file": {
"file_name": "./var/log/sphere.log",
"max_size": 10,
"max_backups": 10,
"max_age": 10
},
"console_out_async": false,
"level": "info"
},
"database": {
"type": "sqlite3",
"path": "file:./var/sphere/data.db?cache=shared&mode=rwc",
"debug": false
},
"dash": {
"auth_jwt": "sZX68lbzXW1zaOIpR3ZuP2XpKERfsk6q",
"refresh_jwt": "ss86nPLDdz2kfMEk5RXHrrrUscBfsxGH",
"http": {
"address": "0.0.0.0:8800",
"pprof": false,
"cors": null,
"static": ""
}
},
"api": {
"jwt": "P0chnup5lk3VON6zpBiQQn3HVHDlzHqJ",
"http": {
"address": "0.0.0.0:8899",
"cors": null
}
},
"docs": {
"address": "0.0.0.0:9999",
"targets": {
"api": "http://localhost:8899",
"dash": "http://localhost:8800"
}
},
"storage": {
"access_key": "",
"secret_key": "",
"bucket": "",
"dir": "",
"domain": "",
"host": ""
},
"bot": {
"token": ""
},
"wx_mini": {
"app_id": "",
"app_secret": "",
"env": "develop"
}
}