forked from gillesheinesch/LenoxBot
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathsettings-example.json
30 lines (30 loc) · 1.3 KB
/
settings-example.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
{
"owners": ["Required", "UserID", "UserID"],
"administrators": ["UserID", "UserID", "UserID"],
"token": "Required. Your Super Secret Token",
"prefix": "Required. Standard Prefix",
"auddKey": "Audd Lyrics API Key",
"googleKey": "Google Custom Search API Key",
"googlekey": "Youtube API key",
"clientID_Auth": "Client ID Auth",
"clientSecret_Auth": "Client Secret Auth",
"callbackURL_Auth": "Callback URL Auth",
"dbl_apikey": "Your Discord Bot List API Token",
"websitehostname": "Required. Example: localhost for local use",
"websiteport": "Required. Port of the website (For HTTPS use port 80)",
"keychannel": "Required. Discord Textchannel ID where all premium keys should be posted in",
"db": {
"user": "Required. db user",
"password": "Required. db password",
"host": "Required. db host (Example: localhost for local mongoDB)",
"port": "Required. db port (Example: 27017)"
},
"dblAuthorization": "Autorization Code for API verification",
"botMainDiscordServer": "Required. The main/support Discord Server ID of this bot",
"log_channels": {
"logs": "channel id to log console logs to",
"warnings": "channel id to log console warnings to",
"errors": "channel id to log console errors to"
},
"NODE_ENV": "production"
}