Skip to content

Commit 124c389

Browse files
committed
[config] clean up config file
1 parent a6847f3 commit 124c389

File tree

1 file changed

+1
-22
lines changed

1 file changed

+1
-22
lines changed

config/default.json

Lines changed: 1 addition & 22 deletions
Original file line numberDiff line numberDiff line change
@@ -1,24 +1,3 @@
11
{
2-
"redis": {
3-
"host": "127.0.0.1",
4-
"port": 6379,
5-
"db": 0,
6-
"password": "",
7-
"keyPrefix": ""
8-
},
9-
"port": 8000,
10-
"discord_token": "",
11-
"wallet": {
12-
"app": "",
13-
"endpoint": "",
14-
"api": "",
15-
"client": 0,
16-
"secret": "",
17-
"redirect_uri": "",
18-
"scope": ""
19-
},
20-
"fx": {
21-
"url": "",
22-
"client_id": ""
23-
}
2+
"port": 8000
243
}

0 commit comments

Comments
 (0)