-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathconfig.toml
57 lines (48 loc) · 1.62 KB
/
config.toml
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
50
51
52
53
54
55
56
57
version = "1.2.3"
[api]
[api.logger]
format = "[${ip}]:${port} ${status} - ${method} ${path}\n"
time_format = "02-Jan-2006 15:04:05"
timezone = "America/New_York"
[api.auth]
header_key = "header:Authorization"
[api.cors]
allow_origins = "http://localhost:3000, https://api.suggestions.gg, https://suggestions.gg, https://suggestionsvoting.ngrok.io"
allow_headers = "Origin, Content-Type, Accept, Authorization, User-Agent"
[services]
[services.topgg]
short_name = "topgg"
long_name = "Top.gg"
url = "https://top.gg"
get_stats_url = "https://top.gg/api/bots/474051954998509571/stats"
post_stats_url = "https://top.gg/api/bots/474051954998509571/stats"
accessor = "server_count"
key = "server_count"
enabled = true
[services.botsgg]
short_name = "botsgg"
long_name = "Discord Bots"
url = "https://discord.bots.gg"
get_stats_url = "https://discord.bots.gg/api/v1/bots/474051954998509571"
post_stats_url = "https://discord.bots.gg/api/v1/bots/474051954998509571/stats"
accessor = "guildCount"
key = "guildCount"
enabled = true
[services.dbl]
short_name = "dbl"
long_name = "Discord Bot List"
url = "https://discordbotlist.com"
get_stats_url = "https://discordbotlist.com/api/v1/bots/474051954998509571"
post_stats_url = "https://discordbotlist.com/api/v1/bots/474051954998509571/stats"
accessor = "stats.guilds"
key = "guilds"
enabled = true
[services.discords]
short_name = "discords"
long_name = "Discords.com"
url = "https://discords.com"
get_stats_url = "https://discords.com/bots/api/bot/474051954998509571"
post_stats_url = "https://discords.com/bots/api/bot/474051954998509571/setservers"
accessor = "server_count"
key = "server_count"
enabled = true