Skip to content

Commit

Permalink
[config] clean up config file
Browse files Browse the repository at this point in the history
  • Loading branch information
arranfletcher committed Feb 23, 2020
1 parent a6847f3 commit 124c389
Showing 1 changed file with 1 addition and 22 deletions.
23 changes: 1 addition & 22 deletions config/default.json
Original file line number Diff line number Diff line change
@@ -1,24 +1,3 @@
{
"redis": {
"host": "127.0.0.1",
"port": 6379,
"db": 0,
"password": "",
"keyPrefix": ""
},
"port": 8000,
"discord_token": "",
"wallet": {
"app": "",
"endpoint": "",
"api": "",
"client": 0,
"secret": "",
"redirect_uri": "",
"scope": ""
},
"fx": {
"url": "",
"client_id": ""
}
"port": 8000
}

0 comments on commit 124c389

Please sign in to comment.