-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathapplication.yml.example
More file actions
80 lines (73 loc) · 1.84 KB
/
Copy pathapplication.yml.example
File metadata and controls
80 lines (73 loc) · 1.84 KB
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
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
# Lavalink v4 Configuration Example — native Windows
# Copy this file to E:\DrusaBoT\lavalink\application.yml
# Keep it next to E:\DrusaBoT\lavalink\Lavalink.jar
server:
port: 12333
address: 0.0.0.0
lavalink:
# Path to plugins directory (relative to this config file)
pluginsPath: "./plugins"
server:
password: "Cg0Q6ibPIttSFIiwsVoNi_QMrfHL3ZuRygGF0QST2Es"
sources:
# Built-in YouTube source is disabled when using youtube-source plugin
youtube: false
bandcamp: true
soundcloud: true
twitch: true
vimeo: true
http: true
local: false
filters:
volume: true
equalizer: true
karaoke: false
timescale: true
tremolo: false
vibrato: false
distortion: false
rotation: false
channelMix: false
lowPass: false
bufferDurationMs: 400
frameBufferDurationMs: 5000
opusEncodingQuality: 10
resamplingQuality: HIGH
trackStuckThresholdMs: 10000
useSeekGhosting: true
youtubePlaylistLoadLimit: 6
playerUpdateInterval: 5
youtubeSearchEnabled: true
soundcloudSearchEnabled: true
gc-warnings: true
# YouTube plugin configuration (youtube-plugin v1)
# This config is read by the youtube-plugin JAR placed in ./plugins/
youtube:
enabled: true
allowSearch: true
allowDirectVideoIds: true
allowDirectPlaylistIds: true
clients:
- MUSIC
- ANDROID_MUSIC
- WEB
- WEBEMBEDDED
# Optional cookies file. Uncomment only after placing ytcookies.txt next to Lavalink.jar.
# cookieFile: "ytcookies.txt"
metrics:
prometheus:
enabled: false
endpoint: /metrics
sentry:
dsn: ""
environment: ""
logging:
file:
path: ./logs/
level:
root: INFO
lavalink: INFO
logback:
rollingpolicy:
max-history: 30
max-file-size: 1GB