-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathconfig.json.example
More file actions
49 lines (38 loc) · 925 Bytes
/
config.json.example
File metadata and controls
49 lines (38 loc) · 925 Bytes
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
{
"default_prefix": "",
"bot_token": "",
"bot_secret": "",
"dev_ids": [
],
"backend_port": 6969,
"prometheus_port": 8080,
"redirect_url": "",
"origin_url": "",
"hastebin_url": "",
"log_webhook_url": "",
"support_guild_invite_url": "",
"bot_invite_url": "",
"twitch_client_id": "",
"twitch_client_secret": "",
"signing_key": "",
"discord_bots_token": "",
"top_gg_token": "",
"discord_extreme_list_token": "",
"discord_boats_token": "",
"botlist_space": "",
"bots_for_discord_token": "",
"discordbotlist_token": "",
"discord_services_token": "",
"db_host": "",
"db_port": "",
"db_database": "",
"db_user": "",
"db_password": "",
"lavalink_nodes": [
{
"host": "",
"port": "",
"password": ""
}
]
}