-
Notifications
You must be signed in to change notification settings - Fork 2
/
config.toml.example
40 lines (31 loc) · 962 Bytes
/
config.toml.example
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
old_osu = "" # https://osu.ppy.sh/p/api/
discord = ""
# This needs to be an oauth token
# curl -X POST https://id.twitch.tv/oauth2/token\?client_id\={}\&client_secret\={}\&grant_type=client_credentials
# replace the {} with the needed information
twitch = "" # https://dev.twitch.tv/console/
twitch_client_id = ""
trace_level = "trace" # error, warn, info, debug, trace
enable_tracing = false
webhook_notifications = false
[presence]
play_or_listen = "playing" # playing/listening
status = "the game of life."
[sankaku]
idol_login = ""
idol_passhash = "" # https://forum.sankakucomplex.com/t/channel-api-for-discord-integration/2204/7
[lavalink]
host = "127.0.0.1"
port = 2333
password = "youshallnotpass"
[web_server]
server_ip = "127.0.0.1" # only an ip is supported
server_port = 54424
# https://cloud.ibm.com
# Language Translator Service
[ibm]
token = ""
url = ""
[osu]
client_id = 1234
client_secret = "jsf98df67s8JKASHDFYLU676ASADsadsdsa32sAS"