-
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathapplication.yml
54 lines (50 loc) · 1.21 KB
/
application.yml
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
server: # REST and WS server
port: 2333
address: 0.0.0.0
lavalink:
server:
password: "youshallnotpass"
sources:
youtube: true
bandcamp: true
soundcloud: true
twitch: true
vimeo: true
http: true
bufferDurationMs: 400
youtubePlaylistLoadLimit: 6 # Number of pages at 100 each
playerUpdateInterval: 1
youtubeSearchEnabled: true
soundcloudSearchEnabled: true
gc-warnings: true
plugins:
- dependency: "com.github.esmBot:lava-xm-plugin:v0.2.2"
repository: "https://jitpack.io"
- dependency: "com.github.topi314.lavasrc:lavasrc-plugin:4.0.0"
repository: "https://maven.lavalink.dev/releases"
plugins:
lavasrc:
providers:
- "ytsearch:\"%ISRC%\""
- "ytsearch:%QUERY%"
sources:
spotify: false
applemusic: false
deezer: false
spotify:
clientId: "your client id"
clientSecret: "your client secret"
countryCode: "US"
applemusic:
countryCode: "US"
mediaAPIToken: "your api token"
deezer:
masterDecryptionKey: "go looking for this somewhere"
logging:
file:
max-history: 30
max-size: 1GB
path: ./logs/
level:
root: INFO
lavalink: INFO