chore(docker): Add application.yml for lavaplayer

This commit is contained in:
Jose Daniel G. Percy 2025-04-23 23:28:48 +08:00
parent 95ea55d972
commit d4de2feaaa

25
application.yml Normal file
View File

@ -0,0 +1,25 @@
server:
port: 2333
address: 0.0.0.0
password: ${LAVALINK_PASSWORD:changeme} # Uses env var or defaults to 'changeme'
logging:
level:
root: INFO
lavalink: INFO
lavalink:
server:
sources:
youtube: true
bandcamp: true
soundcloud: true
twitch: true
vimeo: true
http: true
local: false
resamplingQuality: LOW
bufferDurationMs: 400
frameBufferDurationMs: 5000
gc-warnings: true
plugins: []