We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a6847f3 commit 124c389Copy full SHA for 124c389
config/default.json
@@ -1,24 +1,3 @@
1
{
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
- }
+ "port": 8000
24
}
0 commit comments